WalletProviderProps
@demox-labs/aleo-wallet-adapter-react / Exports / WalletProviderProps
Interface: WalletProviderProps
Table of contents
Properties
Properties
autoConnect
• Optional
autoConnect: boolean
Defined in
children
• children: ReactNode
Defined in
decryptPermission
• Optional
decryptPermission: DecryptPermission
Defined in
localStorageKey
• Optional
localStorageKey: string
Defined in
network
• Optional
network: WalletAdapterNetwork
Defined in
onError
• Optional
onError: (error
: WalletError
) => void
Type declaration
▸ (error
): void
Parameters
Name | Type |
---|---|
|
|
Returns
void
Defined in
programs
• Optional
programs: string
[]
Defined in
wallets
• wallets: Adapter
[]
Defined in
Last updated