@divvi/mobile
@divvi/mobile / getWalletClient
function getWalletClient(__namedParameters): Promise<{
  unlockAccount: (passphrase, duration) => Promise<boolean>
}>
Defined in: packages/@divvi/mobile/src/public/getWalletClient.ts:12

Parameters

__namedParameters

networkId

NetworkId

Returns

Promise<{ unlockAccount: (passphrase, duration) => Promise<boolean>; }> Viem WalletClient for the given networkId.
Suggest changes to this pageLast updated: Feb 26, 2025, 3:11 PM