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

    Type Alias RpcLightClientNextBlockResponse

    A state for the current head of a light client. More info here.

    type RpcLightClientNextBlockResponse = {
        approvals_after_next?: (Signature | null)[];
        inner_lite?: BlockHeaderInnerLiteView;
        inner_rest_hash?: CryptoHash;
        next_block_inner_hash?: CryptoHash;
        next_bps?: ValidatorStakeView[] | null;
        prev_block_hash?: CryptoHash;
    }
    Index

    Properties

    approvals_after_next?: (Signature | null)[]

    Inner part of the block header that gets hashed, split into two parts, one that is sent to light clients, and the rest

    inner_rest_hash?: CryptoHash
    next_block_inner_hash?: CryptoHash
    next_bps?: ValidatorStakeView[] | null
    prev_block_hash?: CryptoHash