Skip to content

Commit ca0d2bd

Browse files
committed
Add uint384 sedes object
1 parent 812d32a commit ca0d2bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eth/rlp/sedes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
uint32 = BigEndianInt(32)
1616
uint64 = BigEndianInt(64)
1717
uint256 = BigEndianInt(256)
18+
uint384 = BigEndianInt(384)
1819
trie_root = Binary.fixed_length(32, allow_empty=True)

0 commit comments

Comments
 (0)