interface NewBlock {
    epoch: bigint;
    failed_proposer_indices: bigint[];
    hash: string;
    height: bigint;
    previous_block_votes_bitvec: string;
    proposer: string;
    round: bigint;
    time_microseconds: bigint;
}

Properties

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