@sentio/sdk
    Preparing search index...
    interface NewBlock {
        epoch: bigint;
        failed_proposer_indices: bigint[];
        hash: string;
        height: bigint;
        previous_block_votes_bitvec: string;
        proposer: string;
        round: bigint;
        time_microseconds: bigint;
    }
    Index

    Properties

    epoch: bigint
    failed_proposer_indices: bigint[]
    hash: string
    height: bigint
    previous_block_votes_bitvec: string
    proposer: string
    round: bigint
    time_microseconds: bigint