Type Alias: ChainNativeCurrency
type ChainNativeCurrency = {
decimals: number;
name: string;
symbol: string;
};Defined in: support/wallet-common/lib/chains/viem/type.ts:70
Viem-compatible type, used in Chain.
Type declaration
decimals
decimals: number;name
name: string;symbol
symbol: string;2-6 characters long