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

    Type Alias ExecutionMetadataView

    type ExecutionMetadataView = {
        gas_profile?: CostGasUsed[] | null;
        version: number;
    }
    Index
    gas_profile?: CostGasUsed[] | null
    version: number