mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Some more base fees.
This commit is contained in:
@@ -190,6 +190,7 @@ void WasmDialect::addExternals()
|
||||
static vector<External> externals{
|
||||
{"eth", "getAddress", {i32ptr}, {}},
|
||||
{"eth", "getExternalBalance", {i32ptr, i32ptr}, {}},
|
||||
{"eth", "getBlockBaseFee", {i32ptr}, {}},
|
||||
{"eth", "getBlockHash", {i64, i32ptr}, {i32}},
|
||||
{"eth", "call", {i64, i32ptr, i32ptr, i32ptr, i32}, {i32}},
|
||||
{"eth", "callDataCopy", {i32ptr, i32, i32}, {}},
|
||||
|
||||
Reference in New Issue
Block a user