Interface IAccountsSendRequest

Argument interface for the Wallet.accountsSend method.

interface IAccountsSendRequest {
    accountId: string;
    destination?: [[Address, bigint]];
    payload?: string | Uint8Array;
    paymentSecret?: string;
    priorityFeeSompi?: bigint;
    walletSecret: string;
}

Properties

accountId: string
destination?: [[Address, bigint]]
payload?: string | Uint8Array
paymentSecret?: string
priorityFeeSompi?: bigint
walletSecret: string

Generated using TypeDoc