mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-07-24 13:35:42 +00:00
implement the blockhash opcode (#114)
This commit is contained in:
@@ -70,6 +70,8 @@ POLKAVM_IMPORT(void, balance, uint32_t)
|
||||
|
||||
POLKAVM_IMPORT(void, balance_of, uint32_t, uint32_t)
|
||||
|
||||
POLKAVM_IMPORT(void, block_hash, uint32_t, uint32_t)
|
||||
|
||||
POLKAVM_IMPORT(void, block_number, uint32_t)
|
||||
|
||||
POLKAVM_IMPORT(uint32_t, call, uint32_t)
|
||||
|
||||
Reference in New Issue
Block a user