@alphafi/alphalend-sdk - v4.1.0
    Preparing search index...

    Interface CoinTypeCount

    interface CoinTypeCount {
        coinObjectCount: number;
        coinType: string;
        hasMoreCoinObjects: boolean;
    }
    Index

    Properties

    coinObjectCount: number

    Capped at MAX_COINS_PER_TX; see hasMoreCoinObjects.

    coinType: string
    hasMoreCoinObjects: boolean

    True when the address holds more objects of this type than were counted.