Skip to main content

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

APIDescription
resolve_name_registryReads one name-registry account.
resolve_name_registry_batchReads multiple name-registry accounts in input order.