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

    Type Alias ExecutionMetadataView

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

    Properties

    gas_profile?: CostGasUsed[] | null
    version: number