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

    Interface CoinMetadata

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

    interface CoinMetadata {
        coinType: string;
        decimals: number;
        pythPriceFeedId: string;
        pythPriceInfoObjectId: string;
        pythSponsored: boolean;
    }
    Index

    Properties

    coinType: string
    decimals: number
    pythPriceFeedId: string
    pythPriceInfoObjectId: string
    pythSponsored: boolean