RoundData

@buff-beacon-project/curby-clientDocs


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

Type Alias: RoundData

RoundData: object

A DIRNG round's data

Type declaration

Name
Type
Description
Defined in

chain

Chain

The chain

error

Error | null

Error for the round (if present)

isComplete

boolean

Whether the round is complete

isOk

boolean

Whether the round succeeded and is valid based on the validations present

pulses

object

The pulses for the round

pulses.error

Pulse | null

The error pulse

pulses.precommit

Pulse | null

The precommit pulse

pulses.request

Pulse

The request pulse

pulses.result

Pulse | null

The result (randomness) pulse

randomness

ByteHelper | null

The randomness for the round

round

number

The round number

stage

string

The stage of the round

validations

The validations for the round (if present)

Defined in

src/dirng.ts:61

Last updated