You're viewing a demo portfolio

Join the waitlist
PRSM

fuse_sign_message

Active

Tool of Fuse Network

declared in 0.1.0

Signs 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.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "message"
  ],
  "properties": {
    "message": {
      "type": "string",
      "description": "Message to sign. UTF-8 by default; pass `encoding: \"hex\"` for raw bytes (0x-prefixed)."
    },
    "encoding": {
      "enum": [
        "utf8",
        "hex"
      ],
      "type": "string",
      "description": "`utf8` (default) or `hex` for raw bytes."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Fuse Network

1/7 registries
View full server →