near-api-js - v7.0.4
    Preparing search index...
    interface ChunkResult {
        author: string;
        header: ChunkHeader;
        receipts: any[];
        transactions: Transaction[];
    }
    Index

    Properties

    author: string
    header: ChunkHeader
    receipts: any[]
    transactions: Transaction[]