LiquidityPoolDepositOperation class

Deposit assets into a liquidity pool Threshold: med Result: LiquidityPoolDepositResult

Inheritance

Constructors

LiquidityPoolDepositOperation({required List<int> liquidityPoolId, required BigInt maxAmountA, required BigInt maxAmountB, required StellarPrice minPrice, required StellarPrice maxPrice})
LiquidityPoolDepositOperation.fromStruct(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
level OperationLevel
no setterinherited
liquidityPoolId List<int>
final
maxAmountA BigInt
final
maxAmountB BigInt
final
maxPrice StellarPrice
final
minPrice StellarPrice
final
operationType OperationType
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variantName String
no setterinherited

Methods

cast<T extends OperationBody>() → T
inherited
createLayout({String? property}) → Layout<Map<String, dynamic>>
override
createVariantLayout({String? property}) → Layout<Map<String, dynamic>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toLayoutStruct() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited
toVariantLayoutStruct() Map<String, dynamic>
inherited
toVariantXDR({String? property}) List<int>
inherited
toVariantXDRBase64() String
inherited
toVariantXDRHex() String
inherited
toXDR({String? property}) List<int>
inherited
toXDRBase64() String
inherited
toXDRHex() String
inherited

Operators

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

Static Methods

layout({String? property}) → Layout<Map<String, dynamic>>
override