LiquidityPoolWithdrawOperation class Null safety
Constructors
- LiquidityPoolWithdrawOperation({required String liquidityPoolId, required String amount, required String minAmountA, required String minAmountB})
Properties
- amount ↔ String
-
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- liquidityPoolId ↔ String
-
read / write
- minAmountA ↔ String
-
read / write
- minAmountB ↔ String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sourceAccount ↔ MuxedAccount?
-
Returns the operation source account.
read / write, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toOperationBody(
) → XdrOperationBody -
Generates OperationBody XDR object.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
toXdr(
) → XdrOperation -
inherited
-
toXdrBase64(
) → String -
Returns base64-encoded Operation XDR object from this operation.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited