forked from cerc-io/ipld-eth-server
Add tests for decoding packed storage
This commit is contained in:
@@ -21,6 +21,7 @@ type ValueType int
|
||||
const (
|
||||
Uint256 ValueType = iota
|
||||
Uint48
|
||||
Uint128
|
||||
Bytes32
|
||||
Address
|
||||
PackedSlot
|
||||
|
||||
Reference in New Issue
Block a user