XdrLiquidityPoolConstantProductParameters class Null safety

Constructors

XdrLiquidityPoolConstantProductParameters(XdrAsset _assetA, XdrAsset _assetB, XdrInt32 _fee)

Properties

assetA XdrAsset
read / write
assetB XdrAsset
read / write
fee XdrInt32
read / write
hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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
read / write

Static Methods

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