DIRNGClientOptions

@buff-beacon-project/curby-clientDocs


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

Type Alias: DIRNGClientOptions

DIRNGClientOptions: object

The options for the DIRNG client

Type declaration

Name
Type
Description
Defined in

fetchOptions?

FetchOptions

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

url?

string

Alternate URL for the CURBy API

validateSeed?

boolean

Whether to validate the seed value (default: false). Requires fetching the parameters for each round

Defined in

src/dirng.ts:359

Last updated