Type alias TransferStatus
TransferStatus: { claimWithdrawnEvents: EthersEventWithDecodedTypes<ClaimWithdrawn>[]; state: TransferState; transferBondedEvents: EthersEventWithDecodedTypes<TransferBonded>[]; transferId: string; transferSentEvent: EthersEventWithDecodedTypes<TransferSent> | null; } Type declaration
claimWithdrawnEvents: EthersEventWithDecodedTypes<ClaimWithdrawn>[]
transferBondedEvents: EthersEventWithDecodedTypes<TransferBonded>[]
transferId: string
transferSentEvent: EthersEventWithDecodedTypes<TransferSent> | null