WithdrawInfo: {
    estimatedWaitTime: number;
    expectedConfirmationDate: Date;
    outboundHeight: number;
    status: WithdrawStatus;
    thorchainHeight: number;
    withdrawalAmount: CryptoAmount;
}

Object representing withdraw information.

Type declaration

  • estimatedWaitTime: number
  • expectedConfirmationDate: Date
  • outboundHeight: number
  • status: WithdrawStatus
  • thorchainHeight: number
  • withdrawalAmount: CryptoAmount

Generated using TypeDoc