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
  • Function: zip()
  • Parameters
  • Returns
  • Defined in
  1. functions

zip

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


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

Function: zip()

zip(...arrays): number[][]

zip the provided arrays together

Parameters

Parameter
Type

...arrays

NumberArray[]

Returns

number[][]

Defined in

src/extract-randomness.ts:34

PreviousxorArraysNextinterfaces

Last updated 8 months ago