OsmosisPoolManagerPoolType class

Implemented types

Constructors

OsmosisPoolManagerPoolType(String name, int value)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

balancer → const OsmosisPoolManagerPoolType
Balancer is the standard xy=k curve. Its pool model is defined in x/gamm.
concentrated → const OsmosisPoolManagerPoolType
Concentrated is the pool model specific to concentrated liquidity. It is defined in x/concentrated-liquidity.
cosmWasm → const OsmosisPoolManagerPoolType
CosmWasm is the pool model specific to CosmWasm. It is defined in x/cosmwasmpool.
stableswap → const OsmosisPoolManagerPoolType
Stableswap is the Solidly cfmm stable swap curve. Its pool model is defined in x/gamm.
values → const List<OsmosisPoolManagerPoolType>