TypeAlias.NativeCurrency
type NativeCurrency = {
decimals: number;
name: string;
symbol: string;
};
Properties
| Property | Type |
|---|---|
decimals | number |
name | string |
symbol | string |
type NativeCurrency = {
decimals: number;
name: string;
symbol: string;
};
| Property | Type |
|---|---|
decimals | number |
name | string |
symbol | string |