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, unsafeBitcoinSerializepublic 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
ProtocolExceptionpublic boolean getIncludeMempool()
public ImmutableList<TransactionOutPoint> getOutPoints()
protected void parseLite()
throws ProtocolException
MessageparseLite in class MessageProtocolExceptionCopyright © 2014. All rights reserved.