Name registries
Rust SDK API Reference / Name registries
Name-registry APIs fetch and deserialize SPL Name Service accounts through a blocking RpcClient. They accept account public keys and return each account's NameRecordHeader separately from its payload bytes.
APIs
| API | Description |
|---|---|
resolve_name_registry | Reads one name-registry account. |
resolve_name_registry_batch | Reads multiple name-registry accounts in input order. |