bitbadgesjs-sdk - v0.27.2
    Preparing search index...

    Class DenomUnit

    from message badges.DenomUnit

    Hierarchy

    Index

    Constructors

    Properties

    decimals: string = ""

    The number of decimal places for this unit. Defines the precision of the unit.

    from field: string decimals = 1;

    isDefaultDisplay: boolean = false

    If true, this is the default display unit. Only one unit should be marked as the default display unit. This unit will be used by default when displaying the coin amount. If none are marked default, we use the base level.

    from field: bool isDefaultDisplay = 3;

    metadata?: badges.PathMetadata

    The metadata for this denomination unit.

    from field: badges.PathMetadata metadata = 4;

    symbol: string = ""

    The symbol for this unit (e.g., "BADGE", "nBADGE"). Used for display purposes.

    from field: string symbol = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "badges.DenomUnit"

    Methods