TvmModule class
Constructors
- TvmModule.new(TonSdkCore core)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run_executor(
ParamsOfRunExecutor params) → Future< ResultOfRunExecutor> - Performs all the phases of contract execution on Transaction Executor - the same component that is used on Validator Nodes.
-
run_get(
ParamsOfRunGet params) → Future< ResultOfRunGet> - Executes a get-method of FIFT contract that fulfills the smc-guidelines https://test.ton.org/smc-guidelines.txt and returns the result data from TVM's stack
-
run_tvm(
ParamsOfRunTvm params) → Future< ResultOfRunTvm> - Performs only a part of compute phase of transaction execution that is used to run get-methods of ABI-compatible contracts.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited