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

    Interface iPoolInfoVolume<T>

    interface iPoolInfoVolume<T extends NumberType> {
        allTime: iCosmosCoin<T>[];
        daily: iCosmosCoin<T>[];
        monthly: iCosmosCoin<T>[];
        weekly: iCosmosCoin<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    allTime: iCosmosCoin<T>[]
    daily: iCosmosCoin<T>[]
    monthly: iCosmosCoin<T>[]
    weekly: iCosmosCoin<T>[]