Type alias BridgeClaimWithdrawalSuccess

BridgeClaimWithdrawalSuccess: {
    transactionHash: string;
}

Represents a successful bridge claim withdrawal.

Type declaration

  • transactionHash: string

    The hash of the successful transaction.

Generated using TypeDoc