OperationDetails class

Class for operation details

Annotations
  • @JsonSerializable()

Constructors

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

Properties

amount String?
total amount
getter/setter pair
code List<Map<String, dynamic>>?
code
getter/setter pair
counter String?
counter
getter/setter pair
destination String?
destination wallet address
getter/setter pair
entrypoint String?
entrypoint
getter/setter pair
fee String?
fee
getter/setter pair
gasLimit String?
gasLimit
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind OperationKind?
types of operation generic, transaction, delegation, origination, transfer, reveal,
getter/setter pair
parameters ↔ dynamic
parameters
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
source wallet address
getter/setter pair
storage ↔ dynamic
storage
getter/setter pair
storageLimit String?
storageLimit
getter/setter pair

Methods

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

Operators

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