revoke-attestation
Revoke an existing attestation by its UID on the Rootstock network. Supports testnet and mainnet with wallet authentication.
Instructions
Revoke an existing attestation by UID on Rootstock network
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Attestation UID to revoke (0x... format) | |
| testnet | Yes | Use testnet (true) or mainnet (false) | |
| 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 | |
| walletPassword | No | Password to decrypt the wallet - required when using walletData |