getWalletClient
@divvi/mobile / getWalletClient
Function: getWalletClient()
function getWalletClient(__namedParameters): Promise<{
unlockAccount: (passphrase, duration) => Promise<boolean>
}>
Defined in: packages/@divvi/mobile/src/public/getWalletClient.ts:12
Parameters
__namedParameters
networkId
Returns
Promise<{
unlockAccount: (passphrase, duration) => Promise<boolean>;
}>
Viem WalletClient for the given networkId.