API ReferenceCoreInterfaces
Interface: CurrencyRate
@aliraslan/fx / core / CurrencyRate
Interface: CurrencyRate
Defined in: src/core/types.ts:14
A Dinero-compatible rate representation: an integer amount at a given decimal scale.
Properties
amount
amount:
number
Defined in: src/core/types.ts:15
scale
scale:
number
Defined in: src/core/types.ts:16