Interface IAccountsEstimateRequest

Argument interface for the Wallet.accountsEstimate method.

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

Properties

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

Generated using TypeDoc