WithdrawalStatus
The status of a withdrawal
enum WithdrawalStatus {
STATUS_OPEN
STATUS_REJECTED
STATUS_FINALIZED
}
Values
WithdrawalStatus.STATUS_OPEN
The withdrawal is open and being processed by the network
WithdrawalStatus.STATUS_REJECTED
The withdrawal have been cancelled by the network, either because it expired, or something went wrong with the foreign chain
WithdrawalStatus.STATUS_FINALIZED
The withdrawal was finalised, it was valid, the foreign chain has executed it and the network updated all accounts
Member of
Withdrawal
object