wallet_sign_data
Sign arbitrary hex-encoded data using Ed25519 cryptography with your active Algorand wallet account, returning a hex signature for blockchain operations.
Instructions
Sign arbitrary data with the active wallet account using raw Ed25519 (noble library, no Algorand SDK prefix). Returns hex signature.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Hex-encoded data to sign with the active account key (raw Ed25519, no Algorand SDK prefix) | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |