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

validateBellResponse

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


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

Function: validateBellResponse()

validateBellResponse(round, resolver): Promise<Validation>

Validate a bell response pulse

Parameters

Parameter
Type

round

RoundData

resolver

Resolver

Returns

Promise<Validation>

Defined in

src/dirng.ts:221

PrevioususesDeterministicAlgorithmNextvalidateSeed

Last updated 8 months ago