Type alias OnRampFailed

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

Type representing a On-ramp Widget with type FAILURE.

Type declaration

  • reason: string

    The reason why the on-ramp failed.

  • timestamp: number

    The timestamp of the failed transaction.

Generated using TypeDoc