Operation class

A class representing a single tezos operation

Implementers
Annotations
  • @JsonSerializable(includeIfNull: false, createFactory: false)

Constructors

Operation({required Kinds kind, int? amount, int? balance, String? destination, Map<String, dynamic>? params, Map<String, dynamic>? script, int? customFee, String? entrypoint, int? customGasLimit, int? customStorageLimit})

Properties

amount int?
final
balance int?
final
counter int?
getter/setter pair
customFee int?
final
customGasLimit int?
getter/setter pair
customStorageLimit int?
getter/setter pair
destination String?
final
entrypoint String?
getter/setter pair
fee int
getter/setter pair
gasLimit int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind Kinds
final
log → Logger
final
operationsList OperationsList?
getter/setter pair
parameters Map<String, dynamic>?
no setter
params Map<String, dynamic>?
getter/setter pair
publicKey String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
script Map<String, dynamic>?
getter/setter pair
simulationResult Map<String, dynamic>?
getter/setter pair
source Keystore
no setter
storageLimit int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLimits(OperationVisitor visitor) Future<void>
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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