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.
const userEVMAddress = await wallet.evm.getAddress(); const userEVMPublicKey = await wallet.evm.getPublicKey(); const rawSignedDigest = await wallet.evm.signRaw('0x010203'); const eip191signedMessage = await wallet.evm.signMessage('hello world');
Was this page helpful?