public static final class ChainNotifierOuterClass.Outpoint.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ChainNotifierOuterClass.Outpoint.Builder> implements ChainNotifierOuterClass.OutpointOrBuilder
chainrpc.Outpoint| Modifier and Type | Method and Description |
|---|---|
ChainNotifierOuterClass.Outpoint |
build() |
ChainNotifierOuterClass.Outpoint |
buildPartial() |
ChainNotifierOuterClass.Outpoint.Builder |
clear() |
ChainNotifierOuterClass.Outpoint.Builder |
clearHash()
The hash of the transaction.
|
ChainNotifierOuterClass.Outpoint.Builder |
clearIndex()
The index of the output within the transaction.
|
ChainNotifierOuterClass.Outpoint |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getHash()
The hash of the transaction.
|
int |
getIndex()
The index of the output within the transaction.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ChainNotifierOuterClass.Outpoint.Builder |
mergeFrom(ChainNotifierOuterClass.Outpoint other) |
ChainNotifierOuterClass.Outpoint.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ChainNotifierOuterClass.Outpoint.Builder |
mergeFrom(com.google.protobuf.Message other) |
ChainNotifierOuterClass.Outpoint.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ChainNotifierOuterClass.Outpoint.Builder |
setHash(com.google.protobuf.ByteString value)
The hash of the transaction.
|
ChainNotifierOuterClass.Outpoint.Builder |
setIndex(int value)
The index of the output within the transaction.
|
ChainNotifierOuterClass.Outpoint.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ChainNotifierOuterClass.Outpoint.Builder>public ChainNotifierOuterClass.Outpoint.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ChainNotifierOuterClass.Outpoint.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ChainNotifierOuterClass.Outpoint.Builder>public ChainNotifierOuterClass.Outpoint getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ChainNotifierOuterClass.Outpoint build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ChainNotifierOuterClass.Outpoint buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ChainNotifierOuterClass.Outpoint.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ChainNotifierOuterClass.Outpoint.Builder>public ChainNotifierOuterClass.Outpoint.Builder mergeFrom(ChainNotifierOuterClass.Outpoint other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ChainNotifierOuterClass.Outpoint.Builder>public ChainNotifierOuterClass.Outpoint.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ChainNotifierOuterClass.Outpoint.Builder>java.io.IOExceptionpublic com.google.protobuf.ByteString getHash()
The hash of the transaction.
bytes hash = 1;getHash in interface ChainNotifierOuterClass.OutpointOrBuilderpublic ChainNotifierOuterClass.Outpoint.Builder setHash(com.google.protobuf.ByteString value)
The hash of the transaction.
bytes hash = 1;value - The hash to set.public ChainNotifierOuterClass.Outpoint.Builder clearHash()
The hash of the transaction.
bytes hash = 1;public int getIndex()
The index of the output within the transaction.
uint32 index = 2;getIndex in interface ChainNotifierOuterClass.OutpointOrBuilderpublic ChainNotifierOuterClass.Outpoint.Builder setIndex(int value)
The index of the output within the transaction.
uint32 index = 2;value - The index to set.public ChainNotifierOuterClass.Outpoint.Builder clearIndex()
The index of the output within the transaction.
uint32 index = 2;public final ChainNotifierOuterClass.Outpoint.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ChainNotifierOuterClass.Outpoint.Builder>public final ChainNotifierOuterClass.Outpoint.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ChainNotifierOuterClass.Outpoint.Builder>