• Parameters

    • props: {
          handleCloseDialog: (() => void);
          open: boolean;
      }

      The properties for the component, including:

      • open: Whether to show the dialog or not
      • handleCloseDialog: A function that runs when the user clicks the cancel button
      • handleCloseDialog: (() => void)
          • (): void
          • Returns void

      • open: boolean

    Returns Element

    Description

    A dialog box that prompts the user to select a wallet and token to pay with via the PaymentWallets component and then the PaymentTokensList component

Generated using TypeDoc