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

PulsePair

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


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

Type Alias: PulsePair

PulsePair: object

A pair of sequential pulses

Type declaration

Name
Type
Description
Defined in

chain

Chain

The chain

src/client.ts:64

prev?

Pulse | null

The previous pulse

src/client.ts:68

pulse?

Pulse | null

The pulse

src/client.ts:66

Defined in

src/client.ts:62

PreviousNumberArrayNextRandomnessRound

Last updated 8 months ago