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

NumberArray

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


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

Type Alias: NumberArray

NumberArray: number[] | Uint8Array | Uint16Array | Uint32Array | Float32Array

A type for arrays of numbers

Defined in

src/extract-randomness.ts:27

PreviousLatestPulsePairNextPulsePair

Last updated 8 months ago