evmWallet
const
evmWallet:object
Defined in: packages/wallets/src/evm-extensions/index.ts:77
Type declaration
Section titled “Type declaration”connectEVMWallet
Section titled “connectEVMWallet”connectEVMWallet:
object
connectEVMWallet.connectWallet()
Section titled “connectEVMWallet.connectWallet()”connectWallet: (
connectParams
) => (…params
) =>Promise
<boolean
>
Parameters
Section titled “Parameters”connectParams
Section titled “connectParams”addChain
Section titled “addChain”AddChainType
Returns
Section titled “Returns”(…
params
):Promise
<boolean
>
Parameters
Section titled “Parameters”params
Section titled “params”…[Chain
[], EVMWalletOptions
, Eip1193Provider
]
Returns
Section titled “Returns”Promise
<boolean
>
connectEVMWallet.supportedChains
Section titled “connectEVMWallet.supportedChains”supportedChains:
EVMChain
[]