Sign message (EIP-191)
fuse_sign_messageSigns a message with the server's signer using EIP-191 (personal_sign). Returns the 65-byte signature as hex. No on-chain transaction is submitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message to sign. UTF-8 by default; pass `encoding: "hex"` for raw bytes (0x-prefixed). | |
| encoding | No | `utf8` (default) or `hex` for raw bytes. |