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

    Type Alias FunctionCallAction

    type FunctionCallAction = {
        args: string;
        deposit: NearToken;
        gas: NearGas;
        method_name: string;
    }
    Index

    Properties

    args: string
    deposit: NearToken
    gas: NearGas
    method_name: string