WithdrawSaverInfo: {
    estimatedWaitTime: number;
    expectedConfirmationDate: Date;
    finalisedHeight: number;
    outboundBlock: number;
    status: WithdrawStatus;
    thorchainHeight: number;
    withdrawalAmount: CryptoAmount;
}

Object representing withdraw saver information.

Type declaration

  • estimatedWaitTime: number
  • expectedConfirmationDate: Date
  • finalisedHeight: number
  • outboundBlock: number
  • status: WithdrawStatus
  • thorchainHeight: number
  • withdrawalAmount: CryptoAmount

Generated using TypeDoc