Enums
Orderly network types.WithdrawStatus
Orderly SDKs / Modules / @orderly.network/types / WithdrawStatus
Enumeration: WithdrawStatus
@orderly.network/types.WithdrawStatus
Table of contents
Enumeration Members
Enumeration Members
InsufficientBalance
• InsufficientBalance = "InsufficientBalance"
Defined in
packages/types/src/withdraw.ts:5
Normal
• Normal = "Normal"
Defined in
packages/types/src/withdraw.ts:6
NotConnected
• NotConnected = "NotConnected"
Defined in
packages/types/src/withdraw.ts:3
NotSupported
• NotSupported = "NotSupported"
Defined in
packages/types/src/withdraw.ts:2
Unsettle
• Unsettle = "Unsettle"