What serialization format is used in bitcoin network? I know in Ethereum, there is the RLP which has been replaced with SSZ. Polkadot has it's own serialization format called SCALE, but I have not been able to find information on what serialization format is used in Bitcoin.
Asked
Active
Viewed 83 times
1 Answers
3
Bitcoin uses different serialization formats for different data structures, as described on https://en.bitcoin.it/wiki/Protocol_documentation.
See also In what format does a block store the transaction data? for a similar question.

stickies-v
- 550
- 3
- 12
Bitcoin uses different serialization formats for different data structures. I see. I am mostly asking for the network serialisation format. Which format is used for this?
– Finlay Weber Oct 24 '22 at 13:43