Hierarchy

  • GenesisBlockContext

Constructors

Properties

_chainID: Buffer
_contextStore: Map<string, unknown>
_eventQueue: EventQueue
_logger: Logger
_nextValidators?: {
    certificateThreshold: bigint;
    precommitThreshold: bigint;
    validators: Validator[];
}

Type declaration

  • certificateThreshold: bigint
  • precommitThreshold: bigint
  • validators: Validator[]
_stateStore: PrefixedStateReadWriter

Accessors

Methods

Generated using TypeDoc