RefundInfo: { estimatedWaitTime: number; expectedConfirmationDate: Date; finalisedHeight: number; outboundBlock: number; refundAmount: CryptoAmount; status: RefundStatus; thorchainHeight: number; toAddress: string; } Type declaration
estimatedWaitTime: number
expectedConfirmationDate: Date
finalisedHeight: number
outboundBlock: number
refundAmount: CryptoAmount
thorchainHeight: number
toAddress: string
Object representing refund information.