Skip to main content

TypeAlias.NativeCurrency

type NativeCurrency = {
decimals: number;
name: string;
symbol: string;
};

Properties

PropertyType
decimalsnumber
namestring
symbolstring