ManageDataOperation class

Represents ManageData operation. See: List of Operations.

Inheritance

Constructors

ManageDataOperation(String _name, Uint8List? value)

Properties

hashCode int
The hash code for this object.
read-onlyinherited
name String
The name of the data value
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sourceAccount MuxedAccount?
read / writeinherited
value Uint8List?
Data value
read-only

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(XdrManageDataOp op) ManageDataOperationBuilder
Construct a new ManageOffer builder from a ManageDataOp XDR.