Interface PendingStatusInfoResponse

Provide pending status information

Hierarchy

  • PendingStatusInfoResponse

Properties

estimatedAmount: {
    max: AmountFormatted;
    min: AmountFormatted;
}

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

Type declaration

pendingAmount: AmountFormatted

Total amount of pending transactions

pendingTxs: number

Number of pending transactions

Generated using TypeDoc