PathPaymentStrictSendOperation class

Represents PathPaymentStrictSend operation. @see List of Operations

Inheritance

Constructors

PathPaymentStrictSendOperation(Asset _sendAsset, String _sendAmount, MuxedAccount _destination, Asset _destAsset, String _destMin, List<Asset>? path)

Properties

destAsset Asset
The asset the destination account receives.
no setter
destination MuxedAccount
Account that receives the payment.
no setter
destMin String
The minimum amount of destination asset the destination account receives.
no setter
hashCode int
The hash code for this object.
no setterinherited
path List<Asset>
The assets (other than send asset and destination asset) involved in the offers the path takes. For example, if you can only find a path from USD to EUR through XLM and BTC, the path would be USD -» XLM -» BTC -» EUR and the path would contain XLM and BTC.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendAmount String
The amount of send asset to deduct (excluding fees)
no setter
sendAsset Asset
The asset deducted from the sender's account.
no setter
sourceAccount MuxedAccount?
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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

Static Methods

builder(XdrPathPaymentStrictSendOp op) PathPaymentStrictSendOperationBuilder
Builds PathPayment operation.