Resolve an agent
Real chain dataAlgorand TestNetOne input for three questions. An id reads the ag_ box directly; a domain reads dm_ and an address reads ad_ — the reverse indexes the contract writes on registration so a lookup is one box read rather than a scan over the whole registry.
Three things resolve
- An agent id
- 1
- A domain
- ripar-agent.vercel.app
- An Algorand address
- KBDRZK3B…KEISKQ
Read straight from the ag_ box.
Resolved through dm_, the reverse index resolve_by_domain uses.
Resolved through ad_, keyed by the 32-byte public key rather than the base32 text.