GH344 - Add builtin types in decoder (#345)

* Only use basic types in type_env

* Add builtin types to the calldata/result decoder for FATE
This commit is contained in:
Hans Svensson
2021-09-30 19:11:00 +02:00
committed by GitHub
parent 24c579a5d3
commit 6d79d2d558
5 changed files with 119 additions and 2 deletions
+7
View File
@@ -50,3 +50,10 @@ contract FunctionArguments =
entrypoint singleton_rec(r : singleton_r) =
r.x
entrypoint aens_name(n : AENS.name) = true
entrypoint aens_pointee(p : AENS.pointee) = true
entrypoint chain_ga_meta_tx(tx : Chain.ga_meta_tx) = true
entrypoint chain_paying_for_tx(tx : Chain.paying_for_tx) = true
entrypoint chain_base_tx(tx : Chain.base_tx) = true