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

    Type Alias RuntimeFeesConfigView

    Describes different fees for the runtime

    Index

    Properties

    action_creation_config?: ActionCreationConfigView

    Describes the cost of creating a certain action, Action. Includes all variants.

    action_receipt_creation_config?: Fee

    Describes the cost of creating an action receipt, ActionReceipt, excluding the actual cost of actions.

    • send cost is burned when a receipt is created using promise_create or promise_batch_create
    • exec cost is burned when the receipt is being executed.
    burnt_gas_reward?: [number, number]

    Fraction of the burnt gas to reward to the contract account for execution.

    data_receipt_creation_config?: DataReceiptCreationConfigView

    Describes the cost of creating a data receipt, DataReceipt.

    pessimistic_gas_price_inflation_ratio?: [number, number]

    Pessimistic gas price inflation ratio.

    storage_usage_config?: StorageUsageConfigView

    Describes fees for storage.