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

    Type Alias RpcBlockResponse

    type RpcBlockResponse = {
        author: AccountId;
        chunks: ChunkHeaderView[];
        header: BlockHeaderView;
    }
    Index

    Properties

    Properties

    author: AccountId

    The AccountId of the author of the Block

    chunks: ChunkHeaderView[]