public static final class ChainNotifierOuterClass.SpendRequest extends com.google.protobuf.GeneratedMessageV3 implements ChainNotifierOuterClass.SpendRequestOrBuilder
chainrpc.SpendRequest| Modifier and Type | Class and Description |
|---|---|
static class |
ChainNotifierOuterClass.SpendRequest.Builder
Protobuf type
chainrpc.SpendRequest |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
HEIGHT_HINT_FIELD_NUMBER |
static int |
OUTPOINT_FIELD_NUMBER |
static int |
SCRIPT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static ChainNotifierOuterClass.SpendRequest |
getDefaultInstance() |
ChainNotifierOuterClass.SpendRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getHeightHint()
The earliest height in the chain for which the outpoint/output script could
have been spent.
|
ChainNotifierOuterClass.Outpoint |
getOutpoint()
The outpoint for which we should request a spend notification for.
|
ChainNotifierOuterClass.OutpointOrBuilder |
getOutpointOrBuilder()
The outpoint for which we should request a spend notification for.
|
com.google.protobuf.Parser<ChainNotifierOuterClass.SpendRequest> |
getParserForType() |
com.google.protobuf.ByteString |
getScript()
The output script for the outpoint above.
|
int |
getSerializedSize() |
int |
hashCode() |
boolean |
hasOutpoint()
The outpoint for which we should request a spend notification for.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ChainNotifierOuterClass.SpendRequest.Builder |
newBuilder() |
static ChainNotifierOuterClass.SpendRequest.Builder |
newBuilder(ChainNotifierOuterClass.SpendRequest prototype) |
ChainNotifierOuterClass.SpendRequest.Builder |
newBuilderForType() |
protected ChainNotifierOuterClass.SpendRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected java.lang.Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ChainNotifierOuterClass.SpendRequest |
parseDelimitedFrom(java.io.InputStream input) |
static ChainNotifierOuterClass.SpendRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChainNotifierOuterClass.SpendRequest |
parseFrom(byte[] data) |
static ChainNotifierOuterClass.SpendRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChainNotifierOuterClass.SpendRequest |
parseFrom(java.nio.ByteBuffer data) |
static ChainNotifierOuterClass.SpendRequest |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChainNotifierOuterClass.SpendRequest |
parseFrom(com.google.protobuf.ByteString data) |
static ChainNotifierOuterClass.SpendRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChainNotifierOuterClass.SpendRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ChainNotifierOuterClass.SpendRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChainNotifierOuterClass.SpendRequest |
parseFrom(java.io.InputStream input) |
static ChainNotifierOuterClass.SpendRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ChainNotifierOuterClass.SpendRequest> |
parser() |
ChainNotifierOuterClass.SpendRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int OUTPOINT_FIELD_NUMBER
public static final int SCRIPT_FIELD_NUMBER
public static final int HEIGHT_HINT_FIELD_NUMBER
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasOutpoint()
The outpoint for which we should request a spend notification for. If set to a zero outpoint, then the spend notification will be requested for the script instead. A zero or nil outpoint is not supported for Taproot spends because the output script cannot reliably be computed from the witness alone and the spent output script is not always available in the rescan context. So an outpoint must _always_ be specified when registering a spend notification for a Taproot output.
.chainrpc.Outpoint outpoint = 1;hasOutpoint in interface ChainNotifierOuterClass.SpendRequestOrBuilderpublic ChainNotifierOuterClass.Outpoint getOutpoint()
The outpoint for which we should request a spend notification for. If set to a zero outpoint, then the spend notification will be requested for the script instead. A zero or nil outpoint is not supported for Taproot spends because the output script cannot reliably be computed from the witness alone and the spent output script is not always available in the rescan context. So an outpoint must _always_ be specified when registering a spend notification for a Taproot output.
.chainrpc.Outpoint outpoint = 1;getOutpoint in interface ChainNotifierOuterClass.SpendRequestOrBuilderpublic ChainNotifierOuterClass.OutpointOrBuilder getOutpointOrBuilder()
The outpoint for which we should request a spend notification for. If set to a zero outpoint, then the spend notification will be requested for the script instead. A zero or nil outpoint is not supported for Taproot spends because the output script cannot reliably be computed from the witness alone and the spent output script is not always available in the rescan context. So an outpoint must _always_ be specified when registering a spend notification for a Taproot output.
.chainrpc.Outpoint outpoint = 1;getOutpointOrBuilder in interface ChainNotifierOuterClass.SpendRequestOrBuilderpublic com.google.protobuf.ByteString getScript()
The output script for the outpoint above. This will be used by light clients to match block filters. If the outpoint is set to a zero outpoint, then a spend notification will be requested for this script instead.
bytes script = 2;getScript in interface ChainNotifierOuterClass.SpendRequestOrBuilderpublic int getHeightHint()
The earliest height in the chain for which the outpoint/output script could have been spent. This should in most cases be set to the broadcast height of the outpoint/output script.
uint32 height_hint = 3;getHeightHint in interface ChainNotifierOuterClass.SpendRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ChainNotifierOuterClass.SpendRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChainNotifierOuterClass.SpendRequest parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChainNotifierOuterClass.SpendRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChainNotifierOuterClass.SpendRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChainNotifierOuterClass.SpendRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChainNotifierOuterClass.SpendRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChainNotifierOuterClass.SpendRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ChainNotifierOuterClass.SpendRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ChainNotifierOuterClass.SpendRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ChainNotifierOuterClass.SpendRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ChainNotifierOuterClass.SpendRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ChainNotifierOuterClass.SpendRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic ChainNotifierOuterClass.SpendRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ChainNotifierOuterClass.SpendRequest.Builder newBuilder()
public static ChainNotifierOuterClass.SpendRequest.Builder newBuilder(ChainNotifierOuterClass.SpendRequest prototype)
public ChainNotifierOuterClass.SpendRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ChainNotifierOuterClass.SpendRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ChainNotifierOuterClass.SpendRequest getDefaultInstance()
public static com.google.protobuf.Parser<ChainNotifierOuterClass.SpendRequest> parser()
public com.google.protobuf.Parser<ChainNotifierOuterClass.SpendRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ChainNotifierOuterClass.SpendRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder