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

    Type Alias CostGasUsed

    Shows gas profile. More info here.

    type CostGasUsed = {
        cost: string;
        cost_category: string;
        gas_used: string;
    }
    Index

    Properties

    cost: string
    cost_category: string

    Either ACTION_COST or WASM_HOST_COST.

    gas_used: string