OriginationOperation class

Inheritance

Constructors

OriginationOperation({required int balance, required List<Map<String, dynamic>> code, required dynamic storage, int? customFee, int? customGasLimit, int? customStorageLimit})

Properties

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

Methods

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

Operators

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