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.
Create a view-only viem Account for an address. Any signing operation throws.
import { toViewOnlyAccount } from '@rhinestone/sdk/utils'
import { toViewOnlyAccount } from '@rhinestone/sdk/utils' const account = await sdk.createAccount({ owners: { type: 'ecdsa', accounts: [toViewOnlyAccount(userAddress)] }, })
Was this page helpful?