From 0a489b973d496a770312a9b0ffa99ad57bd2a11d Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:55:38 -0800 Subject: [PATCH] Update README.md --- abi_encoding/README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/abi_encoding/README.md b/abi_encoding/README.md index 5de033a..1c77ab2 100644 --- a/abi_encoding/README.md +++ b/abi_encoding/README.md @@ -1,7 +1,12 @@ ## ABI encoding +
+ ### tl; dr + +
+ * the solidity built-in function `abi.encode` encodes solidity types into raw bytes, that can be interpreted directly by the EVM. @@ -19,12 +24,16 @@ contract StringEncoding {
-* *other ABI Encodings +* other ABI Encodings * address payable -> address * contract -> address * enum -> uint8 * struct -> tuple of elementry types +
+ --- -### resources \ No newline at end of file +### resources + +