Просмотр исходного кода

doc/sc: add ABI section on calldata inspection

x 2 лет назад
Родитель
Сommit
4ecbac6012
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      doc/src/arch/sc/sc.md

+ 4 - 0
doc/src/arch/sc/sc.md

@@ -70,3 +70,7 @@ Then dynamically in the program code, the params can be serialized/deserialized
 and inspected via this ABI overlay. This enables dynamic calls provided by
 and inspected via this ABI overlay. This enables dynamic calls provided by
 users to be supported in an elegant and simple way.
 users to be supported in an elegant and simple way.
 
 
+The ABI also aids in debugging since when the overlay is loaded, then calldata
+can be inspected. Then we can inspect txs in Python, with exported ABIs saved
+as JSON files per contract documenting each function's params.
+