Networks registry. Solana-specific methods use the separate SolanaNetworks registry. Arbitrary network objects and custom chains are not supported.
Use a supported network
undefined when the network is not in the registry. Names are trimmed and matched without case sensitivity.
Every frozen Network value contains id, name, nativeTokenSymbol, explorerUrl, and displayName.
Supported registry
Enumerate the current registry with
Object.values(Networks) instead of maintaining a separate app-side list.
Solana networks
Solana methods accept one of two cluster values:SolanaNetworks directly.
Public API reference
Use the React Native API reference for exhaustive parameter, return-model, fee-option, metadata, and error types. The public JavaScript surface represents absent optional values withundefined. Native bridge transport values are not part of this API.