Hierarchy

  • BlockContext

Constructors

Properties

_assets: BlockAssets
_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
_transactions?: readonly Transaction[]

Accessors

  • get nextValidators(): {
        certificateThreshold: bigint;
        precommitThreshold: bigint;
        validators: Validator[];
    }
  • Returns {
        certificateThreshold: bigint;
        precommitThreshold: bigint;
        validators: Validator[];
    }

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

Methods

Generated using TypeDoc