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

    Interface iLiquidityPoolInfoDoc<T>

    interface iLiquidityPoolInfoDoc<T extends NumberType> {
        _docId: string;
        _id?: string;
        address: string;
        allAssetDenoms: string[];
        asset1: string;
        asset2: string;
        collectionId: string;
        lastLiquidityUpdate: number;
        lastVolumeUpdate: number;
        liquidity: iCosmosCoin<T>[];
        poolId: string;
        poolParams?: { exitFee: string; swapFee: string };
        totalShares: T;
        volume: iLiquidityPoolInfoVolume<T>;
    }

    Type Parameters

    Hierarchy (View Summary)

    • Doc
      • iLiquidityPoolInfoDoc

    Implemented by

    Index

    Properties

    _docId: string

    A unique stringified document ID

    _id?: string

    A unique document ID (Mongo DB ObjectID)

    address: string
    allAssetDenoms: string[]
    asset1: string
    asset2: string
    collectionId: string
    lastLiquidityUpdate: number
    lastVolumeUpdate: number
    liquidity: iCosmosCoin<T>[]
    poolId: string
    poolParams?: { exitFee: string; swapFee: string }
    totalShares: T