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

    Type Alias AccessKeyCreationConfigView

    Describes the cost of creating an access key.

    type AccessKeyCreationConfigView = {
        full_access_cost: Fee;
        function_call_cost: Fee;
        function_call_cost_per_byte: Fee;
    }
    Index

    Properties

    full_access_cost: Fee

    Base cost of creating a full access access-key.

    function_call_cost: Fee

    Base cost of creating an access-key restricted to specific functions.

    function_call_cost_per_byte: Fee

    Cost per byte of method_names of creating a restricted access-key.