Nexa Merkle Block
A block that contains a subset of the total number of transactions, and includes a merkle proof that the provided transactions are part of the block
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Deserializer Note that this includes the number of tx in NETWORK serialization as a legacy of the P2P network protocol. In DISK serialization, the block size in bytes is included.
Link copied to clipboard
Link copied to clipboard
Deserialize just the header fields (used when this header is included in other objects/messages
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Call to offer a transaction that this merkleblock might contain.
Link copied to clipboard
run checks (such as verifying POW claim) & return true if the block header is consistent