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

    Type Alias ActionCreationConfigView

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

    Index

    Properties

    Base cost of adding a key.

    create_account_cost?: Fee

    Base cost of creating an account.

    delegate_cost?: Fee

    Base cost for processing a delegate action.

    This is on top of the costs for the actions inside the delegate action.

    delete_account_cost?: Fee

    Base cost of deleting an account.

    delete_key_cost?: Fee

    Base cost of deleting a key.

    deploy_contract_cost?: Fee

    Base cost of deploying a contract.

    deploy_contract_cost_per_byte?: Fee

    Cost per byte of deploying a contract.

    function_call_cost?: Fee

    Base cost of calling a function.

    function_call_cost_per_byte?: Fee

    Cost per byte of method name and arguments of calling a function.

    stake_cost?: Fee

    Base cost of staking.

    transfer_cost?: Fee

    Base cost of making a transfer.