tonpy.tvm.not_native package

Submodules

tonpy.tvm.not_native.emulator_extern module

class tonpy.tvm.not_native.emulator_extern.EmulatorExtern(cdll_path: str, config: VmDict | Cell | str, tvm_verbosity: int = 0)

Bases: object

This is needed to check new versions of TON, please use native python bindings instead

emulate_tick_tock_transaction(account_state: Cell | str, is_tock: bool, unixtime: int, lt: int)
emulate_transaction(account_state: Cell | str, in_msg: Cell | str, unixtime: int, lt: int)
raw_emulate_tick_tock_transaction(account_state: Cell | str, is_tock: bool) dict
raw_emulate_transaction(account_state: Cell | str, in_msg: Cell | str) dict
set_libs(libs_data: VmDict | Cell) bool
set_lt(lt: int) bool
set_prev_blocks_info(prev_blocks: list) bool
set_rand_seed(rand_seed: str | int) bool
set_unixtime(time: int) bool

Module contents