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

    Interface ChunkResult

    interface ChunkResult {
        author: string;
        header: ChunkHeader;
        receipts: any[];
        transactions: Transaction[];
    }
    Index
    author: string
    header: ChunkHeader
    receipts: any[]
    transactions: Transaction[]