fx
API ReferenceCoreInterfaces

Interface: CurrencyDefinition

@aliraslan/fx


@aliraslan/fx / core / CurrencyDefinition

Interface: CurrencyDefinition

Defined in: src/core/types.ts:4

A currency's numeral system: how many minor units make one major unit, and the base of that system.

Properties

base

base: 5 | 10

Defined in: src/core/types.ts:6


code

code: string

Defined in: src/core/types.ts:5


exponent

exponent: number

Defined in: src/core/types.ts:7

On this page