Interface ContractMethodInterface

interface ContractMethodInterface {
    send(params): Promise<TransactionOperation | TransactionWalletOperation>;
    toTransferParams(params): TransferParams;
}

Implemented by

Methods

Generated using TypeDoc