PaymentOperation class

Represents Payment operation. See: List of Operations

Inheritance

Constructors

PaymentOperation(MuxedAccount _destination, Asset _asset, String _amount)

Properties

amount String
Amount of the asset to send.
no setter
asset Asset
Asset to send to the destination account.
no setter
destination MuxedAccount
Account that receives the payment.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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(XdrPaymentOp op) PaymentOperationBuilder
Builds Payment operation.