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

    Interface iAliasPathAddObject<T>

    interface iAliasPathAddObject<T extends NumberType> {
        conversion: iConversionWithoutDenom<T>;
        denom: string;
        denomUnits: iDenomUnit<T>[];
        metadata: iPathMetadata;
        symbol: string;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    The conversion between cosmos coin and badge balances.

    denom: string

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

    denomUnits: iDenomUnit<T>[]

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

    metadata: iPathMetadata

    The metadata for this alias path.

    symbol: string

    The symbol for the alias (e.g., "BADGE", "NFT").