Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function toViemAccount(address: `0x${string}`): { };
address
`0x${string}`
{ }
const user = await getCurrentUser(); const evmAccount = user.evmAccountObjects[0]?.address; const viemAccount = await toViemAccount(evmAccount);
Was this page helpful?