Signs a hash with an EVM account.
The options for the signing.
Request parameters for signing a hash with an EVM account.
The EVM account to sign the hash with.
The hash to sign.
The result of the signing.
const result = await signEvmHash({ evmAccount: "0x1234...", hash: "0xabcd..." // 32-byte hex string to sign}); Copy
const result = await signEvmHash({ evmAccount: "0x1234...", hash: "0xabcd..." // 32-byte hex string to sign});
Signs a hash with an EVM account.