PaymentOperation class

Represents Payment operation. See: List of Operations

Inheritance

Constructors

PaymentOperation(String destination, Asset asset, String amount)

Properties

amount String
Amount of the asset to send.
read-only
asset Asset
Asset to send to the destination account.
read-only
destination String
Account that receives the payment.
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sourceAccount String
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
Returns a string representation of this object.
inherited
toXdr() XdrOperation
inherited
toXdrBase64() String
Returns base64-encoded Operation XDR object from this operation.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited

Static Methods

builder(XdrPaymentOp op) PaymentOperationBuilder
Builds Payment operation.