UncleBlock: TableCodec<{
    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>;
    proposals: FixvecCodec<FixedSizeCodec<Uint8Array, string | Uint8Array>>;
}> = ...

Type declaration

  • 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>
  • proposals: FixvecCodec<FixedSizeCodec<Uint8Array, string | Uint8Array>>

Generated using TypeDoc