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

    Interface BlockChangeResult

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

    Properties

    Properties

    block_hash: string
    changes: BlockChange[]