@alphafi/alphalend-sdk - v1.1.27
    Preparing search index...

    Interface CoinMetadata

    Interface for coin metadata fetched from GraphQL API Contains essential coin data used throughout the SDK

    interface CoinMetadata {
        coingeckoPrice: string | null;
        coinType: string;
        decimals: number;
        pythPrice: string | null;
        pythPriceFeedId: string | null;
        pythPriceInfoObjectId: string | null;
        pythSponsored: boolean;
        symbol: string;
    }
    Index

    Properties

    coingeckoPrice: string | null
    coinType: string
    decimals: number
    pythPrice: string | null
    pythPriceFeedId: string | null
    pythPriceInfoObjectId: string | null
    pythSponsored: boolean
    symbol: string