TypeAlias.FeesUnit
type FeesUnit = {
decimals: number;
symbol: string;
};
Represents the unit of fees in a specific blockchain.
Type declaration
Name | Type |
---|---|
decimals | number |
symbol | string |
type FeesUnit = {
decimals: number;
symbol: string;
};
Represents the unit of fees in a specific blockchain.
Name | Type |
---|---|
decimals | number |
symbol | string |