Add fixed size type details to encodePacked doc

This commit is contained in:
Dallon Asnes 2021-11-29 15:31:52 -06:00
parent 622e89649f
commit 310f74302d

View File

@ -749,7 +749,7 @@ Non-standard Packed Mode
Through ``abi.encodePacked()``, Solidity supports a non-standard packed mode where:
- types shorter than 32 bytes are neither zero padded nor sign extended and
- types shorter than 32 bytes are concatenated directly, without padding or sign extension
- dynamic types are encoded in-place and without the length.
- array elements are padded, but still encoded in-place