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

    Interface iPoolInfo<T>

    interface iPoolInfo<T extends NumberType> {
        address: string;
        allAssetDenoms: string[];
        lastLiquidityUpdate: number;
        lastVolumeUpdate: number;
        liquidity: iCosmosCoin<T>[];
        poolId: string;
        poolParams?: { exitFee: string; swapFee: string };
        volume: iPoolInfoVolume<T>;
    }

    Type Parameters

    Implemented by

    Index

    Properties

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