MCPcopy Create free account
hub / github.com/TelegramMessenger/cocoon / TonScWrapper

Method TonScWrapper

runners/smartcontracts/SmartContract.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33TonScWrapper::TonScWrapper(block::StdAddress addr, td::Ref<vm::Cell> code, BaseRunner *runner,
34 std::shared_ptr<RunnerConfig> runner_config)
35 : id_(++unique_id), addr_(addr), code_(code), runner_(runner), runner_config_(std::move(runner_config)) {
36}
37
38void TonScWrapper::request_updates(td::Promise<td::Unit> promise) {
39 auto P =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected