Type alias BridgeClaimWithdrawalFailed

BridgeClaimWithdrawalFailed: {
    transactionHash: string;
    reason: string;
    timestamp: number;
}

Represents a failed bridge claim withdrawal.

Type declaration

  • transactionHash: string

    The hash of the failed transaction.

  • reason: string

    The reason for the failed transaction.

  • timestamp: number

    The timestamp of the failed transaction.

Generated using TypeDoc