XdrPathPaymentStrictSendOp class

Constructors

XdrPathPaymentStrictSendOp(XdrAsset _sendAsset, XdrInt64 _sendMax, XdrMuxedAccount _destination, XdrAsset _destAsset, XdrInt64 _destAmount, List<XdrAsset> _path)

Properties

destAmount XdrInt64
getter/setter pair
destAsset XdrAsset
getter/setter pair
destination XdrMuxedAccount
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
path List<XdrAsset>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendAsset XdrAsset
getter/setter pair
sendMax XdrInt64
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

decode(XdrDataInputStream stream) XdrPathPaymentStrictSendOp
encode(XdrDataOutputStream stream, XdrPathPaymentStrictSendOp encodedPathPaymentOp) → void