Skip to content

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.

Properties

decimals

decimals: number;

Defined in: support/wallet-common/lib/chains/viem/type.ts:74


name

name: string;

Defined in: support/wallet-common/lib/chains/viem/type.ts:71


symbol

symbol: string;

Defined in: support/wallet-common/lib/chains/viem/type.ts:73

2-6 characters long