public class GetUTXOsMessage extends Message
Message.LazyParseException
Modifier and Type | Field and Description |
---|---|
static int |
MIN_PROTOCOL_VERSION |
checksum, cursor, length, MAX_SIZE, offset, params, parsed, parseLazy, parseRetain, payload, protocolVersion, recached, UNKNOWN_LENGTH
Constructor and Description |
---|
GetUTXOsMessage(NetworkParameters params,
byte[] payloadBytes) |
GetUTXOsMessage(NetworkParameters params,
List<TransactionOutPoint> outPoints,
boolean includeMempool) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
boolean |
getIncludeMempool() |
ImmutableList<TransactionOutPoint> |
getOutPoints() |
int |
hashCode() |
protected void |
parse() |
protected void |
parseLite()
Perform the most minimal parse possible to calculate the length of the message payload.
|
adjustLength, bitcoinSerialize, bitcoinSerialize, ensureParsed, getHash, getMessageSize, getParams, isCached, isParsed, isRecached, maybeParse, unCache, unsafeBitcoinSerialize
public static final int MIN_PROTOCOL_VERSION
public GetUTXOsMessage(NetworkParameters params, List<TransactionOutPoint> outPoints, boolean includeMempool)
public GetUTXOsMessage(NetworkParameters params, byte[] payloadBytes)
protected void parse() throws ProtocolException
ProtocolException
public boolean getIncludeMempool()
public ImmutableList<TransactionOutPoint> getOutPoints()
protected void parseLite() throws ProtocolException
Message
parseLite
in class Message
ProtocolException
Copyright © 2014. All rights reserved.