DenomUnit represents a struct that describes a given denomination unit of the basic token.

interface DenomUnitSDKType {
    aliases: string[];
    denom: string;
    exponent: number;
}

Properties

aliases: string[]
denom: string
exponent: number