ExecuteLocalInput class
- Annotations
-
- @JsonSerializable()
Constructors
- ExecuteLocalInput.new(String address, FullContractState? cachedState, String? stateInit, Object? payload, Object messageHeader, ExecuteLocalInputExecutorParams? executorParams)
-
const
-
ExecuteLocalInput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address → String
-
Contract address
final
- cachedState → FullContractState?
-
Cached contract state
final
- executorParams → ExecuteLocalInputExecutorParams?
-
Optional executor parameters used during local contract execution
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageHeader → Object
-
Message header
final
- payload → Object?
-
Function call
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stateInit → String?
-
Optional base64 encoded
.tvc
filefinal
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