JS Kit SDK API Reference / Constants
Constants
Public SNS program addresses and protocol constants.
Variables
| Variable | Description |
|---|---|
| CENTRAL_STATE | Legacy alias for the reverse-lookup class address. |
| CENTRAL_STATE_DOMAIN_RECORDS | The central state address for domain records. |
| DEFAULT_ADDRESS | All-zero Solana address used as the SDK default sentinel. |
| ETH_ROA_RECORDS | Record types that use Ethereum/secp256k1 Right of Association validation. |
| EVM_RECORDS | Record types whose content is a 0x-prefixed EVM address. |
| FIDA_MINT | Mainnet FIDA mint address. |
| GUARDIANS | Maps record types to guardian addresses used for Right of Association verification. |
| METAPLEX_PROGRAM_ADDRESS | Address of the Metaplex Token Metadata program. |
| NAME_OFFERS_ADDRESS | The SNS Offers program address. |
| NAME_PROGRAM_ADDRESS | The Solana Name Service program address. |
| NAME_TOKENIZER_ADDRESS | The SNS Name Tokenizer program address. |
| PYTH_FEEDS | Maps supported payment mint addresses to their Pyth price-feed identifiers. |
| PYTH_PROGRAM_ID | Program address of the legacy Pyth oracle program. |
| RECORDS_PROGRAM_ADDRESS | The SNS Records program address. |
| REFERRERS | Approved referrer addresses for SNS registration flows. |
| REGISTRY_PROGRAM_ADDRESS | The SNS Registry program address. |
| REVERSE_LOOKUP_CLASS | The reverse lookup class address. |
| SELF_SIGNED_RECORDS | Record types whose Right of Association verifier is derived from the record content itself. |
| SNS_ROOT_DOMAIN_ACCOUNT | The SNS root domain account address. |
| SOL_SRS_CLASS | The Solana Registration Service class PDA for .sol records. |
| SRS_CENTRAL_STATE | The Solana Registration Service registrar central state PDA. |
| SYSTEM_PROGRAM_ADDRESS | Address of the Solana System Program. |
| SYSVAR_RENT_ADDRESS | Address of the rent sysvar account. |
| TOKEN_PROGRAM_ADDRESS | Address of the SPL Token program. |
| TWITTER_ROOT_PARENT_REGISTRY_ADDRESS | The .twitter root parent registry address. |
| TWITTER_VERIFICATION_AUTHORITY | Address of the .twitter TLD authority. |
| USDC_MINT | Mainnet USDC mint address. |
| UTF8_ENCODED_RECORDS | Record types whose content is UTF-8 encoded. |
| VAULT_OWNER | Owner address of the SNS registration vault. |
| WOLVES_COLLECTION_METADATA | Metadata account for the SNS Wolves collection. |