Type alias SaleTransactionSuccess

SaleTransactionSuccess: {
    paymentMethod: SalePaymentTypes | undefined;
    transactions: {
        method: string;
        hash: string | undefined;
    }[];
}

Type representing a Sale Widget with type TRANSACTION_SUCCESS.

Type declaration

  • paymentMethod: SalePaymentTypes | undefined
  • transactions: {
        method: string;
        hash: string | undefined;
    }[]

    The executed transactions

Generated using TypeDoc