public static final class LightningApi.Transaction.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.Transaction.Builder> implements LightningApi.TransactionOrBuilder
lnrpc.Transaction| Modifier and Type | Method and Description |
|---|---|
LightningApi.Transaction.Builder |
addAllDestAddresses(java.lang.Iterable<java.lang.String> values)
Deprecated.
lnrpc.Transaction.dest_addresses is deprecated.
See lightning.api.proto;l=724
|
LightningApi.Transaction.Builder |
addAllOutputDetails(java.lang.Iterable<? extends LightningApi.OutputDetail> values)
Outputs that received funds for this transaction
|
LightningApi.Transaction.Builder |
addAllPreviousOutpoints(java.lang.Iterable<? extends LightningApi.PreviousOutPoint> values)
PreviousOutpoints/Inputs of this transaction.
|
LightningApi.Transaction.Builder |
addDestAddresses(java.lang.String value)
Deprecated.
lnrpc.Transaction.dest_addresses is deprecated.
See lightning.api.proto;l=724
|
LightningApi.Transaction.Builder |
addDestAddressesBytes(com.google.protobuf.ByteString value)
Deprecated.
lnrpc.Transaction.dest_addresses is deprecated.
See lightning.api.proto;l=724
|
LightningApi.Transaction.Builder |
addOutputDetails(int index,
LightningApi.OutputDetail.Builder builderForValue)
Outputs that received funds for this transaction
|
LightningApi.Transaction.Builder |
addOutputDetails(int index,
LightningApi.OutputDetail value)
Outputs that received funds for this transaction
|
LightningApi.Transaction.Builder |
addOutputDetails(LightningApi.OutputDetail.Builder builderForValue)
Outputs that received funds for this transaction
|
LightningApi.Transaction.Builder |
addOutputDetails(LightningApi.OutputDetail value)
Outputs that received funds for this transaction
|
LightningApi.OutputDetail.Builder |
addOutputDetailsBuilder()
Outputs that received funds for this transaction
|
LightningApi.OutputDetail.Builder |
addOutputDetailsBuilder(int index)
Outputs that received funds for this transaction
|
LightningApi.Transaction.Builder |
addPreviousOutpoints(int index,
LightningApi.PreviousOutPoint.Builder builderForValue)
PreviousOutpoints/Inputs of this transaction.
|
LightningApi.Transaction.Builder |
addPreviousOutpoints(int index,
LightningApi.PreviousOutPoint value)
PreviousOutpoints/Inputs of this transaction.
|
LightningApi.Transaction.Builder |
addPreviousOutpoints(LightningApi.PreviousOutPoint.Builder builderForValue)
PreviousOutpoints/Inputs of this transaction.
|
LightningApi.Transaction.Builder |
addPreviousOutpoints(LightningApi.PreviousOutPoint value)
PreviousOutpoints/Inputs of this transaction.
|
LightningApi.PreviousOutPoint.Builder |
addPreviousOutpointsBuilder()
PreviousOutpoints/Inputs of this transaction.
|
LightningApi.PreviousOutPoint.Builder |
addPreviousOutpointsBuilder(int index)
PreviousOutpoints/Inputs of this transaction.
|
LightningApi.Transaction |
build() |
LightningApi.Transaction |
buildPartial() |
LightningApi.Transaction.Builder |
clear() |
LightningApi.Transaction.Builder |
clearAmount()
The transaction amount, denominated in satoshis
|
LightningApi.Transaction.Builder |
clearBlockHash()
The hash of the block this transaction was included in
|
LightningApi.Transaction.Builder |
clearBlockHeight()
The height of the block this transaction was included in
|
LightningApi.Transaction.Builder |
clearDestAddresses()
Deprecated.
lnrpc.Transaction.dest_addresses is deprecated.
See lightning.api.proto;l=724
|
LightningApi.Transaction.Builder |
clearLabel()
A label that was optionally set on transaction broadcast.
|
LightningApi.Transaction.Builder |
clearNumConfirmations()
The number of confirmations
|
LightningApi.Transaction.Builder |
clearOutputDetails()
Outputs that received funds for this transaction
|
LightningApi.Transaction.Builder |
clearPreviousOutpoints()
PreviousOutpoints/Inputs of this transaction.
|
LightningApi.Transaction.Builder |
clearRawTxHex()
The raw transaction hex.
|
LightningApi.Transaction.Builder |
clearTimeStamp()
Timestamp of this transaction
|
LightningApi.Transaction.Builder |
clearTotalFees()
Fees paid for this transaction
|
LightningApi.Transaction.Builder |
clearTxHash()
The transaction hash
|
long |
getAmount()
The transaction amount, denominated in satoshis
|
java.lang.String |
getBlockHash()
The hash of the block this transaction was included in
|
com.google.protobuf.ByteString |
getBlockHashBytes()
The hash of the block this transaction was included in
|
int |
getBlockHeight()
The height of the block this transaction was included in
|
LightningApi.Transaction |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getDestAddresses(int index)
Deprecated.
lnrpc.Transaction.dest_addresses is deprecated.
See lightning.api.proto;l=724
|
com.google.protobuf.ByteString |
getDestAddressesBytes(int index)
Deprecated.
lnrpc.Transaction.dest_addresses is deprecated.
See lightning.api.proto;l=724
|
int |
getDestAddressesCount()
Deprecated.
lnrpc.Transaction.dest_addresses is deprecated.
See lightning.api.proto;l=724
|
com.google.protobuf.ProtocolStringList |
getDestAddressesList()
Deprecated.
lnrpc.Transaction.dest_addresses is deprecated.
See lightning.api.proto;l=724
|
java.lang.String |
getLabel()
A label that was optionally set on transaction broadcast.
|
com.google.protobuf.ByteString |
getLabelBytes()
A label that was optionally set on transaction broadcast.
|
int |
getNumConfirmations()
The number of confirmations
|
LightningApi.OutputDetail |
getOutputDetails(int index)
Outputs that received funds for this transaction
|
LightningApi.OutputDetail.Builder |
getOutputDetailsBuilder(int index)
Outputs that received funds for this transaction
|
java.util.List<LightningApi.OutputDetail.Builder> |
getOutputDetailsBuilderList()
Outputs that received funds for this transaction
|
int |
getOutputDetailsCount()
Outputs that received funds for this transaction
|
java.util.List<LightningApi.OutputDetail> |
getOutputDetailsList()
Outputs that received funds for this transaction
|
LightningApi.OutputDetailOrBuilder |
getOutputDetailsOrBuilder(int index)
Outputs that received funds for this transaction
|
java.util.List<? extends LightningApi.OutputDetailOrBuilder> |
getOutputDetailsOrBuilderList()
Outputs that received funds for this transaction
|
LightningApi.PreviousOutPoint |
getPreviousOutpoints(int index)
PreviousOutpoints/Inputs of this transaction.
|
LightningApi.PreviousOutPoint.Builder |
getPreviousOutpointsBuilder(int index)
PreviousOutpoints/Inputs of this transaction.
|
java.util.List<LightningApi.PreviousOutPoint.Builder> |
getPreviousOutpointsBuilderList()
PreviousOutpoints/Inputs of this transaction.
|
int |
getPreviousOutpointsCount()
PreviousOutpoints/Inputs of this transaction.
|
java.util.List<LightningApi.PreviousOutPoint> |
getPreviousOutpointsList()
PreviousOutpoints/Inputs of this transaction.
|
LightningApi.PreviousOutPointOrBuilder |
getPreviousOutpointsOrBuilder(int index)
PreviousOutpoints/Inputs of this transaction.
|
java.util.List<? extends LightningApi.PreviousOutPointOrBuilder> |
getPreviousOutpointsOrBuilderList()
PreviousOutpoints/Inputs of this transaction.
|
java.lang.String |
getRawTxHex()
The raw transaction hex.
|
com.google.protobuf.ByteString |
getRawTxHexBytes()
The raw transaction hex.
|
long |
getTimeStamp()
Timestamp of this transaction
|
long |
getTotalFees()
Fees paid for this transaction
|
java.lang.String |
getTxHash()
The transaction hash
|
com.google.protobuf.ByteString |
getTxHashBytes()
The transaction hash
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
LightningApi.Transaction.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LightningApi.Transaction.Builder |
mergeFrom(LightningApi.Transaction other) |
LightningApi.Transaction.Builder |
mergeFrom(com.google.protobuf.Message other) |
LightningApi.Transaction.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
LightningApi.Transaction.Builder |
removeOutputDetails(int index)
Outputs that received funds for this transaction
|
LightningApi.Transaction.Builder |
removePreviousOutpoints(int index)
PreviousOutpoints/Inputs of this transaction.
|
LightningApi.Transaction.Builder |
setAmount(long value)
The transaction amount, denominated in satoshis
|
LightningApi.Transaction.Builder |
setBlockHash(java.lang.String value)
The hash of the block this transaction was included in
|
LightningApi.Transaction.Builder |
setBlockHashBytes(com.google.protobuf.ByteString value)
The hash of the block this transaction was included in
|
LightningApi.Transaction.Builder |
setBlockHeight(int value)
The height of the block this transaction was included in
|
LightningApi.Transaction.Builder |
setDestAddresses(int index,
java.lang.String value)
Deprecated.
lnrpc.Transaction.dest_addresses is deprecated.
See lightning.api.proto;l=724
|
LightningApi.Transaction.Builder |
setLabel(java.lang.String value)
A label that was optionally set on transaction broadcast.
|
LightningApi.Transaction.Builder |
setLabelBytes(com.google.protobuf.ByteString value)
A label that was optionally set on transaction broadcast.
|
LightningApi.Transaction.Builder |
setNumConfirmations(int value)
The number of confirmations
|
LightningApi.Transaction.Builder |
setOutputDetails(int index,
LightningApi.OutputDetail.Builder builderForValue)
Outputs that received funds for this transaction
|
LightningApi.Transaction.Builder |
setOutputDetails(int index,
LightningApi.OutputDetail value)
Outputs that received funds for this transaction
|
LightningApi.Transaction.Builder |
setPreviousOutpoints(int index,
LightningApi.PreviousOutPoint.Builder builderForValue)
PreviousOutpoints/Inputs of this transaction.
|
LightningApi.Transaction.Builder |
setPreviousOutpoints(int index,
LightningApi.PreviousOutPoint value)
PreviousOutpoints/Inputs of this transaction.
|
LightningApi.Transaction.Builder |
setRawTxHex(java.lang.String value)
The raw transaction hex.
|
LightningApi.Transaction.Builder |
setRawTxHexBytes(com.google.protobuf.ByteString value)
The raw transaction hex.
|
LightningApi.Transaction.Builder |
setTimeStamp(long value)
Timestamp of this transaction
|
LightningApi.Transaction.Builder |
setTotalFees(long value)
Fees paid for this transaction
|
LightningApi.Transaction.Builder |
setTxHash(java.lang.String value)
The transaction hash
|
LightningApi.Transaction.Builder |
setTxHashBytes(com.google.protobuf.ByteString value)
The transaction hash
|
LightningApi.Transaction.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.Transaction.Builder>public LightningApi.Transaction.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.Transaction.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.Transaction.Builder>public LightningApi.Transaction getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic LightningApi.Transaction build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic LightningApi.Transaction buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic LightningApi.Transaction.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LightningApi.Transaction.Builder>public LightningApi.Transaction.Builder mergeFrom(LightningApi.Transaction other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.Transaction.Builder>public LightningApi.Transaction.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.Transaction.Builder>java.io.IOExceptionpublic java.lang.String getTxHash()
The transaction hash
string tx_hash = 1;getTxHash in interface LightningApi.TransactionOrBuilderpublic com.google.protobuf.ByteString getTxHashBytes()
The transaction hash
string tx_hash = 1;getTxHashBytes in interface LightningApi.TransactionOrBuilderpublic LightningApi.Transaction.Builder setTxHash(java.lang.String value)
The transaction hash
string tx_hash = 1;value - The txHash to set.public LightningApi.Transaction.Builder clearTxHash()
The transaction hash
string tx_hash = 1;public LightningApi.Transaction.Builder setTxHashBytes(com.google.protobuf.ByteString value)
The transaction hash
string tx_hash = 1;value - The bytes for txHash to set.public long getAmount()
The transaction amount, denominated in satoshis
int64 amount = 2;getAmount in interface LightningApi.TransactionOrBuilderpublic LightningApi.Transaction.Builder setAmount(long value)
The transaction amount, denominated in satoshis
int64 amount = 2;value - The amount to set.public LightningApi.Transaction.Builder clearAmount()
The transaction amount, denominated in satoshis
int64 amount = 2;public int getNumConfirmations()
The number of confirmations
int32 num_confirmations = 3;getNumConfirmations in interface LightningApi.TransactionOrBuilderpublic LightningApi.Transaction.Builder setNumConfirmations(int value)
The number of confirmations
int32 num_confirmations = 3;value - The numConfirmations to set.public LightningApi.Transaction.Builder clearNumConfirmations()
The number of confirmations
int32 num_confirmations = 3;public java.lang.String getBlockHash()
The hash of the block this transaction was included in
string block_hash = 4;getBlockHash in interface LightningApi.TransactionOrBuilderpublic com.google.protobuf.ByteString getBlockHashBytes()
The hash of the block this transaction was included in
string block_hash = 4;getBlockHashBytes in interface LightningApi.TransactionOrBuilderpublic LightningApi.Transaction.Builder setBlockHash(java.lang.String value)
The hash of the block this transaction was included in
string block_hash = 4;value - The blockHash to set.public LightningApi.Transaction.Builder clearBlockHash()
The hash of the block this transaction was included in
string block_hash = 4;public LightningApi.Transaction.Builder setBlockHashBytes(com.google.protobuf.ByteString value)
The hash of the block this transaction was included in
string block_hash = 4;value - The bytes for blockHash to set.public int getBlockHeight()
The height of the block this transaction was included in
int32 block_height = 5;getBlockHeight in interface LightningApi.TransactionOrBuilderpublic LightningApi.Transaction.Builder setBlockHeight(int value)
The height of the block this transaction was included in
int32 block_height = 5;value - The blockHeight to set.public LightningApi.Transaction.Builder clearBlockHeight()
The height of the block this transaction was included in
int32 block_height = 5;public long getTimeStamp()
Timestamp of this transaction
int64 time_stamp = 6;getTimeStamp in interface LightningApi.TransactionOrBuilderpublic LightningApi.Transaction.Builder setTimeStamp(long value)
Timestamp of this transaction
int64 time_stamp = 6;value - The timeStamp to set.public LightningApi.Transaction.Builder clearTimeStamp()
Timestamp of this transaction
int64 time_stamp = 6;public long getTotalFees()
Fees paid for this transaction
int64 total_fees = 7;getTotalFees in interface LightningApi.TransactionOrBuilderpublic LightningApi.Transaction.Builder setTotalFees(long value)
Fees paid for this transaction
int64 total_fees = 7;value - The totalFees to set.public LightningApi.Transaction.Builder clearTotalFees()
Fees paid for this transaction
int64 total_fees = 7;@Deprecated public com.google.protobuf.ProtocolStringList getDestAddressesList()
Addresses that received funds for this transaction. Deprecated as it is now incorporated in the output_details field.
repeated string dest_addresses = 8 [deprecated = true];getDestAddressesList in interface LightningApi.TransactionOrBuilder@Deprecated public int getDestAddressesCount()
Addresses that received funds for this transaction. Deprecated as it is now incorporated in the output_details field.
repeated string dest_addresses = 8 [deprecated = true];getDestAddressesCount in interface LightningApi.TransactionOrBuilder@Deprecated public java.lang.String getDestAddresses(int index)
Addresses that received funds for this transaction. Deprecated as it is now incorporated in the output_details field.
repeated string dest_addresses = 8 [deprecated = true];getDestAddresses in interface LightningApi.TransactionOrBuilderindex - The index of the element to return.@Deprecated public com.google.protobuf.ByteString getDestAddressesBytes(int index)
Addresses that received funds for this transaction. Deprecated as it is now incorporated in the output_details field.
repeated string dest_addresses = 8 [deprecated = true];getDestAddressesBytes in interface LightningApi.TransactionOrBuilderindex - The index of the value to return.@Deprecated public LightningApi.Transaction.Builder setDestAddresses(int index, java.lang.String value)
Addresses that received funds for this transaction. Deprecated as it is now incorporated in the output_details field.
repeated string dest_addresses = 8 [deprecated = true];index - The index to set the value at.value - The destAddresses to set.@Deprecated public LightningApi.Transaction.Builder addDestAddresses(java.lang.String value)
Addresses that received funds for this transaction. Deprecated as it is now incorporated in the output_details field.
repeated string dest_addresses = 8 [deprecated = true];value - The destAddresses to add.@Deprecated public LightningApi.Transaction.Builder addAllDestAddresses(java.lang.Iterable<java.lang.String> values)
Addresses that received funds for this transaction. Deprecated as it is now incorporated in the output_details field.
repeated string dest_addresses = 8 [deprecated = true];values - The destAddresses to add.@Deprecated public LightningApi.Transaction.Builder clearDestAddresses()
Addresses that received funds for this transaction. Deprecated as it is now incorporated in the output_details field.
repeated string dest_addresses = 8 [deprecated = true];@Deprecated public LightningApi.Transaction.Builder addDestAddressesBytes(com.google.protobuf.ByteString value)
Addresses that received funds for this transaction. Deprecated as it is now incorporated in the output_details field.
repeated string dest_addresses = 8 [deprecated = true];value - The bytes of the destAddresses to add.public java.util.List<LightningApi.OutputDetail> getOutputDetailsList()
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;getOutputDetailsList in interface LightningApi.TransactionOrBuilderpublic int getOutputDetailsCount()
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;getOutputDetailsCount in interface LightningApi.TransactionOrBuilderpublic LightningApi.OutputDetail getOutputDetails(int index)
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;getOutputDetails in interface LightningApi.TransactionOrBuilderpublic LightningApi.Transaction.Builder setOutputDetails(int index, LightningApi.OutputDetail value)
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;public LightningApi.Transaction.Builder setOutputDetails(int index, LightningApi.OutputDetail.Builder builderForValue)
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;public LightningApi.Transaction.Builder addOutputDetails(LightningApi.OutputDetail value)
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;public LightningApi.Transaction.Builder addOutputDetails(int index, LightningApi.OutputDetail value)
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;public LightningApi.Transaction.Builder addOutputDetails(LightningApi.OutputDetail.Builder builderForValue)
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;public LightningApi.Transaction.Builder addOutputDetails(int index, LightningApi.OutputDetail.Builder builderForValue)
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;public LightningApi.Transaction.Builder addAllOutputDetails(java.lang.Iterable<? extends LightningApi.OutputDetail> values)
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;public LightningApi.Transaction.Builder clearOutputDetails()
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;public LightningApi.Transaction.Builder removeOutputDetails(int index)
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;public LightningApi.OutputDetail.Builder getOutputDetailsBuilder(int index)
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;public LightningApi.OutputDetailOrBuilder getOutputDetailsOrBuilder(int index)
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;getOutputDetailsOrBuilder in interface LightningApi.TransactionOrBuilderpublic java.util.List<? extends LightningApi.OutputDetailOrBuilder> getOutputDetailsOrBuilderList()
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;getOutputDetailsOrBuilderList in interface LightningApi.TransactionOrBuilderpublic LightningApi.OutputDetail.Builder addOutputDetailsBuilder()
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;public LightningApi.OutputDetail.Builder addOutputDetailsBuilder(int index)
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;public java.util.List<LightningApi.OutputDetail.Builder> getOutputDetailsBuilderList()
Outputs that received funds for this transaction
repeated .lnrpc.OutputDetail output_details = 11;public java.lang.String getRawTxHex()
The raw transaction hex.
string raw_tx_hex = 9;getRawTxHex in interface LightningApi.TransactionOrBuilderpublic com.google.protobuf.ByteString getRawTxHexBytes()
The raw transaction hex.
string raw_tx_hex = 9;getRawTxHexBytes in interface LightningApi.TransactionOrBuilderpublic LightningApi.Transaction.Builder setRawTxHex(java.lang.String value)
The raw transaction hex.
string raw_tx_hex = 9;value - The rawTxHex to set.public LightningApi.Transaction.Builder clearRawTxHex()
The raw transaction hex.
string raw_tx_hex = 9;public LightningApi.Transaction.Builder setRawTxHexBytes(com.google.protobuf.ByteString value)
The raw transaction hex.
string raw_tx_hex = 9;value - The bytes for rawTxHex to set.public java.lang.String getLabel()
A label that was optionally set on transaction broadcast.
string label = 10;getLabel in interface LightningApi.TransactionOrBuilderpublic com.google.protobuf.ByteString getLabelBytes()
A label that was optionally set on transaction broadcast.
string label = 10;getLabelBytes in interface LightningApi.TransactionOrBuilderpublic LightningApi.Transaction.Builder setLabel(java.lang.String value)
A label that was optionally set on transaction broadcast.
string label = 10;value - The label to set.public LightningApi.Transaction.Builder clearLabel()
A label that was optionally set on transaction broadcast.
string label = 10;public LightningApi.Transaction.Builder setLabelBytes(com.google.protobuf.ByteString value)
A label that was optionally set on transaction broadcast.
string label = 10;value - The bytes for label to set.public java.util.List<LightningApi.PreviousOutPoint> getPreviousOutpointsList()
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;getPreviousOutpointsList in interface LightningApi.TransactionOrBuilderpublic int getPreviousOutpointsCount()
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;getPreviousOutpointsCount in interface LightningApi.TransactionOrBuilderpublic LightningApi.PreviousOutPoint getPreviousOutpoints(int index)
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;getPreviousOutpoints in interface LightningApi.TransactionOrBuilderpublic LightningApi.Transaction.Builder setPreviousOutpoints(int index, LightningApi.PreviousOutPoint value)
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;public LightningApi.Transaction.Builder setPreviousOutpoints(int index, LightningApi.PreviousOutPoint.Builder builderForValue)
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;public LightningApi.Transaction.Builder addPreviousOutpoints(LightningApi.PreviousOutPoint value)
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;public LightningApi.Transaction.Builder addPreviousOutpoints(int index, LightningApi.PreviousOutPoint value)
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;public LightningApi.Transaction.Builder addPreviousOutpoints(LightningApi.PreviousOutPoint.Builder builderForValue)
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;public LightningApi.Transaction.Builder addPreviousOutpoints(int index, LightningApi.PreviousOutPoint.Builder builderForValue)
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;public LightningApi.Transaction.Builder addAllPreviousOutpoints(java.lang.Iterable<? extends LightningApi.PreviousOutPoint> values)
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;public LightningApi.Transaction.Builder clearPreviousOutpoints()
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;public LightningApi.Transaction.Builder removePreviousOutpoints(int index)
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;public LightningApi.PreviousOutPoint.Builder getPreviousOutpointsBuilder(int index)
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;public LightningApi.PreviousOutPointOrBuilder getPreviousOutpointsOrBuilder(int index)
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;getPreviousOutpointsOrBuilder in interface LightningApi.TransactionOrBuilderpublic java.util.List<? extends LightningApi.PreviousOutPointOrBuilder> getPreviousOutpointsOrBuilderList()
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;getPreviousOutpointsOrBuilderList in interface LightningApi.TransactionOrBuilderpublic LightningApi.PreviousOutPoint.Builder addPreviousOutpointsBuilder()
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;public LightningApi.PreviousOutPoint.Builder addPreviousOutpointsBuilder(int index)
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;public java.util.List<LightningApi.PreviousOutPoint.Builder> getPreviousOutpointsBuilderList()
PreviousOutpoints/Inputs of this transaction.
repeated .lnrpc.PreviousOutPoint previous_outpoints = 12;public final LightningApi.Transaction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.Transaction.Builder>public final LightningApi.Transaction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LightningApi.Transaction.Builder>