RunGetterInput class

Annotations
  • @JsonSerializable()

Constructors

RunGetterInput.new(String address, FullContractState? cachedState, GetterCall getterCall, Object? withSignatureId, Map<String, String>? libraries)
const
RunGetterInput.fromJson(Map<String, dynamic> json)
factory

Properties

address String
Contract address
final
cachedState FullContractState?
Cached contract state
final
getterCall GetterCall
Getter call params
final
hashCode int
The hash code for this object.
no setterinherited
libraries Map<String, String>?
Optional libraries map
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
withSignatureId Object?
Whether to use the signature id during signature verification (true by default).
final

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