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

    Class CosmosCoinWrapperPath

    from message badges.CosmosCoinWrapperPath

    Hierarchy

    Index

    Constructors

    Properties

    address: string = ""

    The BitBadges address associated with this wrapper path. Used for routing and identifying the wrapper.

    from field: string address = 1;

    allowOverrideWithAnyValidToken: boolean = false

    If true, allows this wrapper path to be used with any valid token ID in the collection via an {id} placeholder.

    from field: bool allowOverrideWithAnyValidToken = 6;

    The conversion between cosmos coin and badge balances.

    from field: badges.ConversionWithoutDenom conversion = 3;

    denom: string = ""

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

    from field: string denom = 2;

    denomUnits: badges.DenomUnit[] = []

    Denomination units for the wrapped coin. Defines how the coin can be displayed with different decimal places and symbols (e.g., base unit, display unit). You can specify which is the default display unit (base level or one of these).

    from field: repeated badges.DenomUnit denomUnits = 5;

    metadata?: badges.PathMetadata

    The metadata for this wrapper path.

    from field: badges.PathMetadata metadata = 7;

    symbol: string = ""

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

    from field: string symbol = 4;

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

    Methods