aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Type Alias CoinMetadaWithInfo

    CoinMetadaWithInfo: CoinMetadata & {
        coingeckoId?: CoinGeckoCoinApiId;
        isGenerated?: boolean;
    }

    Extends the Sui CoinMetadata with optional properties relevant to external data sources (e.g., CoinGecko).

    Type Declaration

    • OptionalcoingeckoId?: CoinGeckoCoinApiId

      The associated CoinGecko API ID, if available.

    • OptionalisGenerated?: boolean

      Indicates whether this coin's metadata was generated automatically.