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

    Class AliasPath

    from message badges.AliasPath

    Hierarchy

    Index

    Constructors

    Properties

    The conversion between cosmos coin and badge balances.

    from field: badges.ConversionWithoutDenom conversion = 2;

    denom: string = ""

    The denomination (denom) to be used for the alias.

    from field: string denom = 1;

    denomUnits: badges.DenomUnit[] = []

    Denomination units for the alias. Defines how the coin can be displayed with different decimal places and symbols.

    from field: repeated badges.DenomUnit denomUnits = 4;

    metadata?: badges.PathMetadata

    The metadata for this alias path.

    from field: badges.PathMetadata metadata = 5;

    symbol: string = ""

    The symbol for the alias (e.g., "BADGE", "NFT"). Used for display purposes. Note that this may not be the default.

    from field: string symbol = 3;

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

    Methods