Merge pull request #25 from aeternity/generalized_accounts
Add Auth.tx_hash primop + primop range
This commit is contained in:
commit
9041423906
@ -189,3 +189,6 @@
|
|||||||
-define(PRIM_CALL_CRYPTO_BLAKE2B, 403).
|
-define(PRIM_CALL_CRYPTO_BLAKE2B, 403).
|
||||||
-define(PRIM_CALL_CRYPTO_SHA256_STRING, 404).
|
-define(PRIM_CALL_CRYPTO_SHA256_STRING, 404).
|
||||||
-define(PRIM_CALL_CRYPTO_BLAKE2B_STRING, 405).
|
-define(PRIM_CALL_CRYPTO_BLAKE2B_STRING, 405).
|
||||||
|
|
||||||
|
-define(PRIM_CALL_IN_AUTH_RANGE(__TTYPE__), (((__TTYPE__) > 499) andalso ((__TTYPE__) < 600))).
|
||||||
|
-define(PRIM_CALL_AUTH_TX_HASH, 500).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user