PathPaymentStrictReceiveOperation class

Represents PathPaymentStrictReceive operation. See: List of Operations

Inheritance

Constructors

PathPaymentStrictReceiveOperation(Asset _sendAsset, String _sendMax, MuxedAccount _destination, Asset _destAsset, String _destAmount, List<Asset>? path)

Properties

destAmount String
The amount of destination asset the destination account receives.
no setter
destAsset Asset
The asset the destination account receives.
no setter
destination MuxedAccount
Account that receives the payment.
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
sendAsset Asset
The asset deducted from the sender's account.
no setter
sendMax String
The maximum amount of send asset to deduct (excluding fees)
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(XdrPathPaymentStrictReceiveOp op) PathPaymentStrictReceiveOperationBuilder
Builds PathPaymentStrictReceiveOperation operation.