function toViemAccount(address: `0x${string}`): { };
address
`0x${string}`
{ }
const user = await getCurrentUser(); const evmAccount = user.evmAccounts[0]; const viemAccount = await toViemAccount(evmAccount);
Was this page helpful?