Documentation
Preparing search index...
@solana/wallet-adapter-react
require
WalletProviderProps
Interface WalletProviderProps
interface
WalletProviderProps
{
autoConnect
?:
boolean
|
(
(
adapter
:
Adapter
)
=>
Promise
<
boolean
>
)
;
children
:
ReactNode
;
localStorageKey
?:
string
;
onError
?:
(
error
:
WalletError
,
adapter
?:
Adapter
)
=>
void
;
wallets
:
Adapter
[]
;
}
Index
Properties
auto
Connect?
children
local
Storage
Key?
on
Error?
wallets
Properties
Optional
auto
Connect
autoConnect
?:
boolean
|
(
(
adapter
:
Adapter
)
=>
Promise
<
boolean
>
)
children
children
:
ReactNode
Optional
local
Storage
Key
localStorageKey
?:
string
Optional
on
Error
onError
?:
(
error
:
WalletError
,
adapter
?:
Adapter
)
=>
void
wallets
wallets
:
Adapter
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Connect
children
local
Storage
Key
on
Error
wallets
Documentation
Loading...