Type alias SwapRejected

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

Type representing a Swap Widget with type REJECTED.

Type declaration

  • reason: string

    The reason why the swap failed.

  • timestamp: number

    The timestamp of the failed swap.

Generated using TypeDoc