Interface PendingStatusInfoResponse

Provide pending status information

interface PendingStatusInfoResponse {
    estimatedAmount: { max: AmountFormatted; min: AmountFormatted };
    pendingAmount: AmountFormatted;
    pendingTxs: number;
}

Properties

estimatedAmount: { max: AmountFormatted; min: AmountFormatted }

The amount of tokens can be received as a result of transfer considering pending transactions

pendingAmount: AmountFormatted

Total amount of pending transactions

pendingTxs: number

Number of pending transactions