Operation class abstract

Abstract class for operations.

Implementers

Constructors

Operation()

Properties

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 pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toOperationBody() XdrOperationBody
Generates OperationBody XDR object.
toString() String
A string representation of this object.
inherited
toXdr() XdrOperation
toXdrBase64() String
Returns base64-encoded Operation XDR object from this operation.

Operators

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

Static Properties

one BigInt
final

Static Methods

fromXdr(XdrOperation xdrOp) Operation
Returns Operation object from an Operation XDR object xdrOp.
fromXdrAmount(int value) String
toXdrAmount(String value) int