CompactSize Unsigned Integer
This definition comes from the technical glossary.
Definition
A type of variable-length integer commonly used in the Bitcoin P2P protocol and Bitcoin serialized data structures.
Synonyms
- CompactSize
Not To Be Confused With
-
VarInt (a data type Bitcoin Core uses for local data storage)
-
Compact (the data type used for nBits in the block header)
Links
-
CompactSize Unsigned Integers — Developer Reference
-
Variable length integers (compactSize) — Bitcoin Wiki