near-api-js - v7.0.4
    Preparing search index...

    Interface NextLightClientBlockResponse

    interface NextLightClientBlockResponse {
        approvals_after_next: (string | null)[];
        inner_lite: BlockHeaderInnerLiteView;
        inner_rest_hash: string;
        next_block_inner_hash: string;
        next_bps?: ValidatorStakeView[];
        prev_block_hash: string;
    }
    Index

    Properties

    approvals_after_next: (string | null)[]
    inner_rest_hash: string
    next_block_inner_hash: string
    next_bps?: ValidatorStakeView[]
    prev_block_hash: string