React
- Introduction to the SDK
- Changelog
- Configuration
- Upgrade Guides
- SDK/User Loading States
- Providers and Connectors
- UI Components
- Hooks
- Events
- Handlers
- Objects
- AccessDeniedCustomButton
- EvmNetwork
- EvmRpcProvider
- EvmRpcProviderMethods
- GenericNetwork
- LocaleResource
- NameService
- NativeCurrency
- PhoneData
- React Objects Introduction
- SolanaRpcProvider
- SolanaRpcProviderMethods
- SocialProvider
- JWT Payload
- UserProfile
- JwtVerifiedCredential
- SdkViews
- Wallet
- WalletOption
- WalletConnectConnector
- WalletConnector
- WalletsByChain
- Utilities
- Examples
Objects
NativeCurrency
An object representing a name service.
Exported by @dynamic-labs/sdk-api-core
.
type NativeCurrency = {
decimals: number
denom?: string
name: string
symbol: string
}
Was this page helpful?