2018-04-06 14:52:10 +00:00
|
|
|
# Nimbus
|
2024-05-22 21:01:19 +00:00
|
|
|
# Copyright (c) 2021-2024 Status Research & Development GmbH
|
2018-04-06 14:52:10 +00:00
|
|
|
# Licensed under either of
|
2021-03-31 09:05:47 +00: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 14:52:10 +00:00
|
|
|
|
2022-09-26 04:56:54 +00:00
|
|
|
import
|
2022-12-02 04:39:12 +00:00
|
|
|
evm/state_transactions as vmx
|
2018-01-17 12:57:50 +00:00
|
|
|
|
2021-03-31 09:05:47 +00:00
|
|
|
export
|
2023-09-20 13:10:16 +00:00
|
|
|
vmx.execComputation,
|
|
|
|
vmx.execSysCall
|
2018-09-27 19:09:26 +00:00
|
|
|
|
2021-03-31 09:05:47 +00:00
|
|
|
# End
|