Data Models
What data is sent between counterparties for SPV Payments?
There are two main data models used in SPV transactions. Firstly, the Merkle paths of transactions are contained
Secondly a list of BUMPs and transactions are serialized:
These formats are baked in to the ecosystem's core libraries such that they are easy to deal with across many applications.
Last updated