Type alias SwapSuccess

SwapSuccess: {
    transactionHash: string;
}

Represents a successful swap transaction.

Type declaration

  • transactionHash: string

    The hash of the successful transaction.

Generated using TypeDoc