interface NextLightClientBlockResponse {
    approvals_after_next: string[];
    inner_lite: BlockHeaderInnerLiteView;
    inner_rest_hash: string;
    next_block_inner_hash: string;
    next_bps?: ValidatorStakeView[];
    prev_block_hash: string;
}

Properties

approvals_after_next: string[]
inner_rest_hash: string
next_block_inner_hash: string
next_bps?: ValidatorStakeView[]
prev_block_hash: string