Header: FixedSizeCodec<{
    compact_target: number;
    dao: Uint8Array;
    epoch: bigint;
    extra_hash: Uint8Array;
    hash: Uint8Array;
    nonce: bigint;
    number: bigint;
    parent_hash: Uint8Array;
    proposals_hash: Uint8Array;
    timestamp: bigint;
    transactions_root: Uint8Array;
    version: number;
}, HeaderParseInput>

Type declaration

  • compact_target: number
  • dao: Uint8Array
  • epoch: bigint
  • extra_hash: Uint8Array
  • hash: Uint8Array
  • nonce: bigint
  • number: bigint
  • parent_hash: Uint8Array
  • proposals_hash: Uint8Array
  • timestamp: bigint
  • transactions_root: Uint8Array
  • version: number

Generated using TypeDoc