public static final class LightningApi.PreviousOutPoint.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.PreviousOutPoint.Builder> implements LightningApi.PreviousOutPointOrBuilder
lnrpc.PreviousOutPoint| Modifier and Type | Method and Description |
|---|---|
LightningApi.PreviousOutPoint |
build() |
LightningApi.PreviousOutPoint |
buildPartial() |
LightningApi.PreviousOutPoint.Builder |
clear() |
LightningApi.PreviousOutPoint.Builder |
clearIsOurOutput()
Denotes if the outpoint is controlled by the internal wallet.
|
LightningApi.PreviousOutPoint.Builder |
clearOutpoint()
The outpoint in format txid:n.
|
LightningApi.PreviousOutPoint |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getIsOurOutput()
Denotes if the outpoint is controlled by the internal wallet.
|
java.lang.String |
getOutpoint()
The outpoint in format txid:n.
|
com.google.protobuf.ByteString |
getOutpointBytes()
The outpoint in format txid:n.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
LightningApi.PreviousOutPoint.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LightningApi.PreviousOutPoint.Builder |
mergeFrom(LightningApi.PreviousOutPoint other) |
LightningApi.PreviousOutPoint.Builder |
mergeFrom(com.google.protobuf.Message other) |
LightningApi.PreviousOutPoint.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
LightningApi.PreviousOutPoint.Builder |
setIsOurOutput(boolean value)
Denotes if the outpoint is controlled by the internal wallet.
|
LightningApi.PreviousOutPoint.Builder |
setOutpoint(java.lang.String value)
The outpoint in format txid:n.
|
LightningApi.PreviousOutPoint.Builder |
setOutpointBytes(com.google.protobuf.ByteString value)
The outpoint in format txid:n.
|
LightningApi.PreviousOutPoint.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<LightningApi.PreviousOutPoint.Builder>public LightningApi.PreviousOutPoint.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.PreviousOutPoint.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<LightningApi.PreviousOutPoint.Builder>public LightningApi.PreviousOutPoint getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic LightningApi.PreviousOutPoint build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic LightningApi.PreviousOutPoint buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic LightningApi.PreviousOutPoint.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LightningApi.PreviousOutPoint.Builder>public LightningApi.PreviousOutPoint.Builder mergeFrom(LightningApi.PreviousOutPoint other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.PreviousOutPoint.Builder>public LightningApi.PreviousOutPoint.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<LightningApi.PreviousOutPoint.Builder>java.io.IOExceptionpublic java.lang.String getOutpoint()
The outpoint in format txid:n.
string outpoint = 1;getOutpoint in interface LightningApi.PreviousOutPointOrBuilderpublic com.google.protobuf.ByteString getOutpointBytes()
The outpoint in format txid:n.
string outpoint = 1;getOutpointBytes in interface LightningApi.PreviousOutPointOrBuilderpublic LightningApi.PreviousOutPoint.Builder setOutpoint(java.lang.String value)
The outpoint in format txid:n.
string outpoint = 1;value - The outpoint to set.public LightningApi.PreviousOutPoint.Builder clearOutpoint()
The outpoint in format txid:n.
string outpoint = 1;public LightningApi.PreviousOutPoint.Builder setOutpointBytes(com.google.protobuf.ByteString value)
The outpoint in format txid:n.
string outpoint = 1;value - The bytes for outpoint to set.public boolean getIsOurOutput()
Denotes if the outpoint is controlled by the internal wallet. The flag will only detect p2wkh, np2wkh and p2tr inputs as its own.
bool is_our_output = 2;getIsOurOutput in interface LightningApi.PreviousOutPointOrBuilderpublic LightningApi.PreviousOutPoint.Builder setIsOurOutput(boolean value)
Denotes if the outpoint is controlled by the internal wallet. The flag will only detect p2wkh, np2wkh and p2tr inputs as its own.
bool is_our_output = 2;value - The isOurOutput to set.public LightningApi.PreviousOutPoint.Builder clearIsOurOutput()
Denotes if the outpoint is controlled by the internal wallet. The flag will only detect p2wkh, np2wkh and p2tr inputs as its own.
bool is_our_output = 2;public final LightningApi.PreviousOutPoint.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.PreviousOutPoint.Builder>public final LightningApi.PreviousOutPoint.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.PreviousOutPoint.Builder>