XdrConstantProduct class

Constructors

XdrConstantProduct(XdrLiquidityPoolConstantProductParameters _params, XdrInt64 _reserveA, XdrInt64 _reserveB, XdrInt64 _totalPoolShares, XdrInt64 _poolSharesTrustLineCount)

Properties

hashCode int
The hash code for this object.
no setterinherited
params XdrLiquidityPoolConstantProductParameters
getter/setter pair
poolSharesTrustLineCount XdrInt64
getter/setter pair
reserveA XdrInt64
getter/setter pair
reserveB XdrInt64
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalPoolShares XdrInt64
getter/setter pair

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 Methods

decode(XdrDataInputStream stream) XdrConstantProduct
encode(XdrDataOutputStream stream, XdrConstantProduct prod) → void