Add tests for decoding packed storage

This commit is contained in:
Elizabeth Engelman
2019-07-18 16:21:57 -05:00
parent b0fff9a1dd
commit ebfb4965c7
3 changed files with 94 additions and 17 deletions
+1
View File
@@ -21,6 +21,7 @@ type ValueType int
const (
Uint256 ValueType = iota
Uint48
Uint128
Bytes32
Address
PackedSlot