OperationDetails class

Annotations
  • @JsonSerializable()

Constructors

OperationDetails({OperationKind? kind, String? amount, String? destination, String? source, String? gasLimit, String? storageLimit, String? fee, String? counter, String? entrypoint, List? code, dynamic storage, dynamic parameters})
OperationDetails.fromJson(Map<String, dynamic> json)
factory

Properties

amount String?
getter/setter pair
code List?
getter/setter pair
counter String?
getter/setter pair
destination String?
getter/setter pair
entrypoint String?
getter/setter pair
fee String?
getter/setter pair
gasLimit String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind OperationKind?
getter/setter pair
parameters ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
getter/setter pair
storage ↔ dynamic
getter/setter pair
storageLimit String?
getter/setter pair

Methods

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

Operators

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