Skip to main content

Name registries

Rust SDK API Reference / Name registries

Name-registry APIs retrieve SPL Name Service accounts through a non-blocking Solana RPC client. Each present result separates the NameRecordHeader from its payload; batch results preserve input order.

APIs

APIDescription
resolve_name_registryReads one name-registry account and separates its header and payload.
resolve_name_registry_batchReads multiple name-registry accounts in batches of 100 keys.