Skip to main content

TypeAlias.FeesUnit

type FeesUnit = {
decimals: number;
symbol: string;
};

Represents the unit of fees in a specific blockchain.

Properties

PropertyTypeDescription
decimalsnumberThe number of decimal places for the fee unit.
symbolstringThe symbol of the fee unit (e.g., "gwei").