Class ChildMessage

  • Direct Known Subclasses:
    PeerAddress, Transaction, TransactionInput, TransactionOutPoint, TransactionOutput

    public abstract class ChildMessage
    extends Message

    Represents a Message type that can be contained within another Message. ChildMessages that have a cached backing byte array need to invalidate their parent's caches as well as their own if they are modified.

    Instances of this class are not safe for use by multiple threads.