curby-js-client
CtrlK
  • index
  • classes
    • Client
    • DIRNGClient
    • InvalidPrecom
  • functions
    • byteHelper
    • checkValidPrecommitmentValue
    • extractRandomness
    • getPrecommitmentValue
    • pulsesToRoundData
    • timeToNext
    • usesDeterministicAlgorithm
    • validateBellResponse
    • validateSeed
    • validateSeedOrdering
    • wait
    • withValidations
    • xorArrays
    • zip
  • interfaces
    • ByteHelper
  • type-aliases
    • ClientOptions
    • DIRNGClientOptions
    • LatestPulsePair
    • NumberArray
    • PulsePair
    • RandomnessRound
    • RoundData
    • RoundValidations
    • Validation
    • WaitOptions
  • variables
    • CHAINS
    • CURBY_API_URL
Powered by GitBook
On this page
  • Type Alias: ClientOptions
  • Type declaration
  • Defined in
  1. type-aliases

ClientOptions

@buff-beacon-project/curby-client • Docs


@buff-beacon-project/curby-client / ClientOptions

Type Alias: ClientOptions

ClientOptions: object

The options for the Rng Client

Type declaration

Name
Type
Description
Defined in

chainId?

string

Alternate chain cid for the RNG chain

src/client.ts:24

fetchOptions?

FetchOptions

Underlying fetch options See https://github.com/kwhitley/itty-fetcher

src/client.ts:30

url?

string

Alternate URL for the CURBy API

src/client.ts:20

Defined in

src/client.ts:16

Previoustype-aliasesNextDIRNGClientOptions

Last updated 8 months ago