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

    Interface BlockChangeResult

    interface BlockChangeResult {
        block_hash: string;
        changes: BlockChange[];
    }
    Index

    Properties

    Properties

    block_hash: string
    changes: BlockChange[]