WalletProviderProps

@demox-labs/aleo-wallet-adapter-react


@demox-labs/aleo-wallet-adapter-react / WalletProviderProps

Interface: WalletProviderProps

Defined in: WalletProvider.tsx:21

Properties

autoConnect?

optional autoConnect: boolean

Defined in: WalletProvider.tsx:27


children

children: ReactNode

Defined in: WalletProvider.tsx:22


decryptPermission?

optional decryptPermission: DecryptPermission

Defined in: WalletProvider.tsx:24


localStorageKey?

optional localStorageKey: string

Defined in: WalletProvider.tsx:29


network?

optional network: WalletAdapterNetwork

Defined in: WalletProvider.tsx:26


onError()?

optional onError: (error) => void

Defined in: WalletProvider.tsx:28

Parameters

error

WalletError

Returns

void


programs?

optional programs: string[]

Defined in: WalletProvider.tsx:25


wallets

wallets: Adapter[]

Defined in: WalletProvider.tsx:23

Last updated

Was this helpful?