When overriding the header type in bitcoin-protocol, it's possible messages already contain Block instances (or a subclass thereof).
For webcoin-dogecoin, I'm actually implementing the abstract-encoding interface in a Block subclass, so that I can parse the optional auxpow data found in headers.
When overriding the header type in bitcoin-protocol, it's possible messages already contain Block instances (or a subclass thereof).
For webcoin-dogecoin, I'm actually implementing the abstract-encoding interface in a Block subclass, so that I can parse the optional auxpow data found in headers.