issue-attestation
Issue a new attestation on Rootstock using the Rootstock Attestation Service. Define recipient, schema, and encoded data to create verifiable attestations.
Instructions
Issue a new attestation on Rootstock network using RAS (Rootstock Attestation Service)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Encoded attestation data - use schema encoder format | |
| value | No | ETH value to send with attestation (default: 0) | |
| refUID | No | Reference UID to another attestation (0x... format) | |
| schema | Yes | Schema UID for the attestation (0x... format) | |
| testnet | Yes | Use testnet (true) or mainnet (false) | |
| recipient | Yes | Recipient address for the attestation (0x... format) | |
| revocable | No | Whether the attestation can be revoked (default: true) | |
| walletData | No | Your previously saved wallet configuration file content (my-wallets.json) | |
| walletName | No | Specific wallet name to use - uses current wallet if not provided | |
| expirationTime | No | Expiration timestamp (Unix timestamp) - 0 for no expiration | |
| walletPassword | No | Password to decrypt the wallet - required when using walletData |