XdrLiquidityPoolConstantProductParameters class

Constructors

XdrLiquidityPoolConstantProductParameters(XdrAsset _assetA, XdrAsset _assetB, XdrInt32 _fee)

Properties

assetA XdrAsset
getter/setter pair
assetB XdrAsset
getter/setter pair
fee XdrInt32
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

LIQUIDITY_POOL_FEE_V18 XdrInt32
getter/setter pair

Static Methods

decode(XdrDataInputStream stream) XdrLiquidityPoolConstantProductParameters
encode(XdrDataOutputStream stream, XdrLiquidityPoolConstantProductParameters params) → void