Skip to main content
Wallet and Indexer methods accept values from the SDK’s static supported-network registry. Arbitrary network objects and custom chains are not supported.

Use a supported network

Lookup helpers return 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.

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 with undefined. Native bridge transport values are not part of this API.