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

    Class PoolAsset

    Pool asset is an internal struct that combines the amount of the token in the pool, and its balancer weight. This is an awkward packaging of data, and should be revisited in a future state migration.

    from message gamm.poolmodels.balancer.PoolAsset

    Hierarchy

    Index

    Constructors

    Properties

    token?: Coin

    Coins we are talking about, the denomination must be unique amongst all PoolAssets for this pool.

    from field: cosmos.base.v1beta1.Coin token = 1;

    weight: string = ""

    Weight that is not normalized. This weight must be less than 2^50

    from field: string weight = 2;

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

    Methods