OperationModel class

Constructors

OperationModel({String? destination, String? amount, int? counter, String? fee, String? source, String kind = 'transaction', int? gasLimit = TezosConstants.DefaultTransactionGasLimit, int storageLimit = TezosConstants.DefaultTransactionStorageLimit, String? publicKey, String? delegate, Map<String, Object?>? script, String? pkh, String? secret})

Properties

amount String?
getter/setter pair
counter int?
getter/setter pair
delegate String?
getter/setter pair
destination String?
getter/setter pair
fee String?
getter/setter pair
gasLimit int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String
getter/setter pair
parameters Map<String, dynamic>?
getter/setter pair
pkh String?
getter/setter pair
publicKey String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
script Map<String, Object?>?
getter/setter pair
secret String?
getter/setter pair
source String?
getter/setter pair
storageLimit int
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