dero_name_to_address
Resolve a human-readable DERO name to its blockchain address. Provide the registered name and topoheight (-1 for latest) to get the corresponding address.
Instructions
Resolve a DERO on-chain registered name to its address via DERO.NameToAddress.
When to call: when a user supplies a human-readable name (e.g. "myname") instead of a dero1.../deto1... address.
Input Requirements (CRITICAL):
nameMUST be a non-empty string. Resolution is case-sensitive on the daemon side.topoheightMUST be an integer; use-1for the latest registry state.
Output: { name, address }. On NOT_FOUND the daemon's RPC error is surfaced as a structured _meta.error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Registered name | |
| topoheight | Yes | Use -1 for latest |