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: RoundValidations
  • Type declaration
  • Defined in
  1. type-aliases

RoundValidations

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


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

Type Alias: RoundValidations

RoundValidations: object

A round's validations

Type declaration

Name
Type
Description
Defined in

bellResponse

Validation | null

The validation of the presence of a response pulse on the bell chain

src/dirng.ts:45

seed

Validation | null

The validation of the seed value

src/dirng.ts:53

seedOrdering

Validation | null

The validation of the ordering of the seed pulse

src/dirng.ts:49

Defined in

src/dirng.ts:41

PreviousRoundDataNextValidation

Last updated 8 months ago