get_onchain_anchor
Retrieves the on-chain anchor for a signed RWA attestation, returning the transaction hash, block, and Basescan URL for independent verification. Returns false if not yet anchored.
Instructions
On-chain anchor for a signed RWA attestation. Returns the Base tx hash + block + Basescan explorer URL so any caller can independently fetch the tx, decode the calldata, and verify the attestation's content hash matches what's permanently anchored on-chain. Returns anchored: false if the attestation hasn't been anchored yet (the off-chain ed25519 signatures remain fully valid either way).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| protocol_slug | No | Optional. See list_signed_rwa_attestations for available slugs. Defaults to most recent. |