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 signEvmHash(options: SignEvmHashOptions): Promise<SignEvmHashResult>;
options
SignEvmHashOptions
Promise
SignEvmHashResult
const result = await signEvmHash({ evmAccount: "0x1234...", hash: "0xabcd..." // 32-byte hex string to sign });
Was this page helpful?