CCC Docs
    Preparing search index...

    Type Alias JsonRpcBlockHeader

    type JsonRpcBlockHeader = {
        compact_target: Hex;
        dao: Hex;
        epoch: Hex;
        extra_hash: Hex;
        hash: Hex;
        nonce: Hex;
        number: Hex;
        parent_hash: Hex;
        proposals_hash: Hex;
        timestamp: Hex;
        transactions_root: Hex;
        version: Hex;
    }
    Index

    Properties

    compact_target: Hex
    dao: Hex
    epoch: Hex
    extra_hash: Hex
    hash: Hex
    nonce: Hex
    number: Hex
    parent_hash: Hex
    proposals_hash: Hex
    timestamp: Hex
    transactions_root: Hex
    version: Hex