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.
read-only
destination MuxedAccount
Account that receives the payment.
read-only
destMin String
The minimum amount of destination asset the destination account receives.
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
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.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sendAmount String
The amount of send asset to deduct (excluding fees)
read-only
sendAsset Asset
The asset deducted from the sender's account.
read-only
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

Static Methods

builder(XdrPathPaymentStrictSendOp op) PathPaymentStrictSendOperationBuilder
Builds PathPayment operation.