Interface IAccountsEstimateRequest

Argument interface for the Wallet.accountsEstimate method.

interface IAccountsEstimateRequest {
    accountId: string;
    destination: IPaymentOutput[];
    payload?: string | Uint8Array;
    priorityFeeSompi: bigint | IFees;
}

Properties

accountId: string
destination: IPaymentOutput[]
payload?: string | Uint8Array
priorityFeeSompi: bigint | IFees