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

    Type Alias RpcChunkResponse

    type RpcChunkResponse = {
        author: AccountId;
        header: ChunkHeaderView;
        receipts: ReceiptView[];
        transactions: SignedTransactionView[];
    }
    Index

    Properties

    author: AccountId
    receipts: ReceiptView[]
    transactions: SignedTransactionView[]