Type alias WithdrawSaverInfo
WithdrawSaverInfo: { estimatedWaitTime: number; expectedConfirmationDate: Date; finalisedHeight: number; outboundBlock: number; status: WithdrawStatus; thorchainHeight: number; withdrawalAmount: CryptoAmount; } Type declaration
estimatedWaitTime: number
expectedConfirmationDate: Date
finalisedHeight: number
outboundBlock: number
thorchainHeight: number
withdrawalAmount: CryptoAmount
Object representing withdraw saver information.