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 signEvmMessage(options: SignEvmMessageOptions): Promise<SignEvmHashResult>;
options
SignEvmMessageOptions
Promise
SignEvmHashResult
const user = await getCurrentUser(); const evmAccount = user?.evmAccountObjects[0]?.address; const result = await signEvmMessage({ evmAccount, message: "Hello World" // Message to sign });
Was this page helpful?