Prechádzať zdrojové kódy

doc/sc: add ABI section on calldata inspection

x 2 rokov pred
rodič
commit
4ecbac6012
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  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
 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.
+