OperationsListResult class

A class that stores the result of an OperationsList object

  • forgedOperation is the forge of the operations list
  • signature is the signature of the operations list
  • id is the operation group id. It is computed after the monitoring of the operations list
  • blockHash is the hash of the block that included the operation. It is computer after the monitoring of the operations list

Constructors

OperationsListResult()

Properties

blockHash String?
getter/setter pair
forgedOperation String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature Signature?
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