Documentation
    Preparing search index...
    interface WalletProviderProps {
        autoConnect?: boolean | ((adapter: Adapter) => Promise<boolean>);
        children: ReactNode;
        localStorageKey?: string;
        onError?: (error: WalletError, adapter?: Adapter) => void;
        wallets: Adapter[];
    }
    Index

    Properties

    autoConnect?: boolean | ((adapter: Adapter) => Promise<boolean>)
    children: ReactNode
    localStorageKey?: string
    onError?: (error: WalletError, adapter?: Adapter) => void
    wallets: Adapter[]