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