SaleFailed: { reason: string; error: Record<string, unknown>; timestamp: number; paymentMethod: SalePaymentTypes | undefined; transactions: { method: string; hash: string | undefined; }[]; transactionId: string; } Type declaration
reason: string
error: Record<string, unknown>
timestamp: number
transactions: {
method: string;
hash: string | undefined;
}[]
transactionId: string
Type representing a Sale Widget with type FAILURE.