Type alias BridgeFailed

BridgeFailed: {
    reason: string;
    timestamp: number;
}

Represents a failed bridge transaction.

Type declaration

  • reason: string

    The reason for the failed transaction.

  • timestamp: number

    The timestamp of the failed transaction.

Generated using TypeDoc