RunLocalInput class

Annotations
  • @JsonSerializable.new()

Constructors

RunLocalInput(String address, FullContractState? cachedState, bool? responsible, FunctionCall functionCall, Object? withSignatureId)
const
RunLocalInput.fromJson(Map<String, dynamic> json)
factory

Properties

address String
Contract address
final
cachedState FullContractState?
Cached contract state
final
functionCall FunctionCall
Function call params
final
hashCode int
The hash code for this object.
no setterinherited
responsible bool?
Whether to run the method locally as responsible. This will use internal message with unlimited account balance.
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