Function useSelectWallet

  • A hook allows you to programmatically open and close the wallet modal.

    Returns

    Setter functions that allow you to open and close the wallet modal.

    Returns {
        closeModal: (() => void);
        openModal: (() => void);
    }

    • closeModal: (() => void)
        • (): void
        • Returns void

    • openModal: (() => void)
        • (): void
        • Returns void

Generated using TypeDoc