LiquidityPoolDepositOperationBuilder class

Constructors

LiquidityPoolDepositOperationBuilder({required String liquidityPoolId, required String maxAmountA, required String maxAmountB, required String minPrice, required String maxPrice})

Properties

hashCode int
The hash code for this object.
no setterinherited
liquidityPoolId String
getter/setter pair
maxAmountA String
getter/setter pair
maxAmountB String
getter/setter pair
maxPrice String
getter/setter pair
minPrice String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() LiquidityPoolDepositOperation
Builds an operation
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMuxedSourceAccount(MuxedAccount sourceAccount) LiquidityPoolDepositOperationBuilder
Sets the muxed source account for this operation represented by sourceAccount.
setSourceAccount(String sourceAccountId) LiquidityPoolDepositOperationBuilder
Sets the source account for this operation represented by sourceAccountId.
toString() String
A string representation of this object.
inherited

Operators

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