2018-04-06 16:52:10 +02:00
|
|
|
# Nimbus
|
2024-05-22 21:01:19 +00:00
|
|
|
# Copyright (c) 2021-2024 Status Research & Development GmbH
|
2018-04-06 16:52:10 +02:00
|
|
|
# Licensed under either of
|
2021-03-31 10:05:47 +01:00
|
|
|
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0)
|
|
|
|
# * MIT license ([LICENSE-MIT](LICENSE-MIT) or
|
|
|
|
# http://opensource.org/licenses/MIT)
|
|
|
|
# at your option. This file may not be copied, modified, or distributed except
|
|
|
|
# according to those terms.
|
2018-04-06 16:52:10 +02:00
|
|
|
|
2022-09-26 11:56:54 +07:00
|
|
|
import
|
2022-12-02 11:39:12 +07:00
|
|
|
evm/state_transactions as vmx
|
2018-01-17 14:57:50 +02:00
|
|
|
|
2021-03-31 10:05:47 +01:00
|
|
|
export
|
2023-09-20 20:10:16 +07:00
|
|
|
vmx.execComputation,
|
|
|
|
vmx.execSysCall
|
2018-09-27 19:09:26 +00:00
|
|
|
|
2021-03-31 10:05:47 +01:00
|
|
|
# End
|