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

    Interface iPool<T>

    interface iPool<T extends NumberType> {
        address: string;
        id: T;
        poolAssets: iPoolAsset<T>[];
        poolParams: iPoolParams<T>;
        totalShares: iCosmosCoin<T>;
        totalWeight: T;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    address: string
    id: T
    poolAssets: iPoolAsset<T>[]
    poolParams: iPoolParams<T>
    totalShares: iCosmosCoin<T>
    totalWeight: T