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

    Class Pool

    from message gamm.poolmodels.balancer.Pool

    Hierarchy

    Index

    Constructors

    Properties

    address: string = ""

    from field: string address = 1;

    id: bigint = protoInt64.zero

    from field: uint64 id = 2;

    poolAssets: gamm.PoolAsset[] = []

    These are assumed to be sorted by denomiation. They contain the pool asset and the information about the weight

    from field: repeated gamm.poolmodels.balancer.PoolAsset pool_assets = 5;

    poolParams?: gamm.PoolParams

    from field: gamm.poolmodels.balancer.PoolParams pool_params = 3;

    totalShares?: Coin

    sum of all LP tokens sent out

    from field: cosmos.base.v1beta1.Coin total_shares = 4;

    totalWeight: string = ""

    sum of all non-normalized pool weights

    from field: string total_weight = 6;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "gamm.poolmodels.balancer.Pool"

    Methods