sap_create_attestation
Create an on-chain attestation for an agent wallet by providing its public key, metadata hash, and optional type and expiry.
Instructions
Create an on-chain attestation for an agent wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expiresAt | No | Optional expiry timestamp (as a decimal string, 0 = no expiry) | |
| agentWallet | No | Agent wallet public key (base58) to create attestation for | |
| metadataHash | No | 32-byte metadata hash as a byte array, hex string, or base64 string | |
| attestationType | No | Optional attestation type string (default: "generic") |