RefundInfo: {
    estimatedWaitTime: number;
    expectedConfirmationDate: Date;
    finalisedHeight: number;
    outboundBlock: number;
    refundAmount: CryptoAmount;
    status: RefundStatus;
    thorchainHeight: number;
    toAddress: string;
}

Object representing refund information.

Type declaration

  • estimatedWaitTime: number
  • expectedConfirmationDate: Date
  • finalisedHeight: number
  • outboundBlock: number
  • refundAmount: CryptoAmount
  • status: RefundStatus
  • thorchainHeight: number
  • toAddress: string

Generated using TypeDoc