public static final class WalletKitOuterClass.BumpFeeRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.BumpFeeRequest.Builder> implements WalletKitOuterClass.BumpFeeRequestOrBuilder
walletrpc.BumpFeeRequest| Modifier and Type | Method and Description |
|---|---|
WalletKitOuterClass.BumpFeeRequest |
build() |
WalletKitOuterClass.BumpFeeRequest |
buildPartial() |
WalletKitOuterClass.BumpFeeRequest.Builder |
clear() |
WalletKitOuterClass.BumpFeeRequest.Builder |
clearForce()
Whether this input must be force-swept.
|
WalletKitOuterClass.BumpFeeRequest.Builder |
clearOutpoint()
The input we're attempting to bump the fee of.
|
WalletKitOuterClass.BumpFeeRequest.Builder |
clearSatPerByte()
Deprecated.
walletrpc.BumpFeeRequest.sat_per_byte is deprecated.
See wallet.kit.proto;l=1018
|
WalletKitOuterClass.BumpFeeRequest.Builder |
clearSatPerVbyte()
The fee rate, expressed in sat/vbyte, that should be used to spend the input
with.
|
WalletKitOuterClass.BumpFeeRequest.Builder |
clearTargetConf()
The target number of blocks that the input should be spent within.
|
WalletKitOuterClass.BumpFeeRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
getForce()
Whether this input must be force-swept.
|
LightningApi.OutPoint |
getOutpoint()
The input we're attempting to bump the fee of.
|
LightningApi.OutPoint.Builder |
getOutpointBuilder()
The input we're attempting to bump the fee of.
|
LightningApi.OutPointOrBuilder |
getOutpointOrBuilder()
The input we're attempting to bump the fee of.
|
int |
getSatPerByte()
Deprecated.
walletrpc.BumpFeeRequest.sat_per_byte is deprecated.
See wallet.kit.proto;l=1018
|
long |
getSatPerVbyte()
The fee rate, expressed in sat/vbyte, that should be used to spend the input
with.
|
int |
getTargetConf()
The target number of blocks that the input should be spent within.
|
boolean |
hasOutpoint()
The input we're attempting to bump the fee of.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WalletKitOuterClass.BumpFeeRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WalletKitOuterClass.BumpFeeRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
WalletKitOuterClass.BumpFeeRequest.Builder |
mergeFrom(WalletKitOuterClass.BumpFeeRequest other) |
WalletKitOuterClass.BumpFeeRequest.Builder |
mergeOutpoint(LightningApi.OutPoint value)
The input we're attempting to bump the fee of.
|
WalletKitOuterClass.BumpFeeRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
WalletKitOuterClass.BumpFeeRequest.Builder |
setForce(boolean value)
Whether this input must be force-swept.
|
WalletKitOuterClass.BumpFeeRequest.Builder |
setOutpoint(LightningApi.OutPoint.Builder builderForValue)
The input we're attempting to bump the fee of.
|
WalletKitOuterClass.BumpFeeRequest.Builder |
setOutpoint(LightningApi.OutPoint value)
The input we're attempting to bump the fee of.
|
WalletKitOuterClass.BumpFeeRequest.Builder |
setSatPerByte(int value)
Deprecated.
walletrpc.BumpFeeRequest.sat_per_byte is deprecated.
See wallet.kit.proto;l=1018
|
WalletKitOuterClass.BumpFeeRequest.Builder |
setSatPerVbyte(long value)
The fee rate, expressed in sat/vbyte, that should be used to spend the input
with.
|
WalletKitOuterClass.BumpFeeRequest.Builder |
setTargetConf(int value)
The target number of blocks that the input should be spent within.
|
WalletKitOuterClass.BumpFeeRequest.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<WalletKitOuterClass.BumpFeeRequest.Builder>public WalletKitOuterClass.BumpFeeRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.BumpFeeRequest.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<WalletKitOuterClass.BumpFeeRequest.Builder>public WalletKitOuterClass.BumpFeeRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic WalletKitOuterClass.BumpFeeRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic WalletKitOuterClass.BumpFeeRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic WalletKitOuterClass.BumpFeeRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WalletKitOuterClass.BumpFeeRequest.Builder>public WalletKitOuterClass.BumpFeeRequest.Builder mergeFrom(WalletKitOuterClass.BumpFeeRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.BumpFeeRequest.Builder>public WalletKitOuterClass.BumpFeeRequest.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<WalletKitOuterClass.BumpFeeRequest.Builder>java.io.IOExceptionpublic boolean hasOutpoint()
The input we're attempting to bump the fee of.
.lnrpc.OutPoint outpoint = 1;hasOutpoint in interface WalletKitOuterClass.BumpFeeRequestOrBuilderpublic LightningApi.OutPoint getOutpoint()
The input we're attempting to bump the fee of.
.lnrpc.OutPoint outpoint = 1;getOutpoint in interface WalletKitOuterClass.BumpFeeRequestOrBuilderpublic WalletKitOuterClass.BumpFeeRequest.Builder setOutpoint(LightningApi.OutPoint value)
The input we're attempting to bump the fee of.
.lnrpc.OutPoint outpoint = 1;public WalletKitOuterClass.BumpFeeRequest.Builder setOutpoint(LightningApi.OutPoint.Builder builderForValue)
The input we're attempting to bump the fee of.
.lnrpc.OutPoint outpoint = 1;public WalletKitOuterClass.BumpFeeRequest.Builder mergeOutpoint(LightningApi.OutPoint value)
The input we're attempting to bump the fee of.
.lnrpc.OutPoint outpoint = 1;public WalletKitOuterClass.BumpFeeRequest.Builder clearOutpoint()
The input we're attempting to bump the fee of.
.lnrpc.OutPoint outpoint = 1;public LightningApi.OutPoint.Builder getOutpointBuilder()
The input we're attempting to bump the fee of.
.lnrpc.OutPoint outpoint = 1;public LightningApi.OutPointOrBuilder getOutpointOrBuilder()
The input we're attempting to bump the fee of.
.lnrpc.OutPoint outpoint = 1;getOutpointOrBuilder in interface WalletKitOuterClass.BumpFeeRequestOrBuilderpublic int getTargetConf()
The target number of blocks that the input should be spent within.
uint32 target_conf = 2;getTargetConf in interface WalletKitOuterClass.BumpFeeRequestOrBuilderpublic WalletKitOuterClass.BumpFeeRequest.Builder setTargetConf(int value)
The target number of blocks that the input should be spent within.
uint32 target_conf = 2;value - The targetConf to set.public WalletKitOuterClass.BumpFeeRequest.Builder clearTargetConf()
The target number of blocks that the input should be spent within.
uint32 target_conf = 2;@Deprecated public int getSatPerByte()
Deprecated, use sat_per_vbyte. The fee rate, expressed in sat/vbyte, that should be used to spend the input with.
uint32 sat_per_byte = 3 [deprecated = true];getSatPerByte in interface WalletKitOuterClass.BumpFeeRequestOrBuilder@Deprecated public WalletKitOuterClass.BumpFeeRequest.Builder setSatPerByte(int value)
Deprecated, use sat_per_vbyte. The fee rate, expressed in sat/vbyte, that should be used to spend the input with.
uint32 sat_per_byte = 3 [deprecated = true];value - The satPerByte to set.@Deprecated public WalletKitOuterClass.BumpFeeRequest.Builder clearSatPerByte()
Deprecated, use sat_per_vbyte. The fee rate, expressed in sat/vbyte, that should be used to spend the input with.
uint32 sat_per_byte = 3 [deprecated = true];public boolean getForce()
Whether this input must be force-swept. This means that it is swept even if it has a negative yield.
bool force = 4;getForce in interface WalletKitOuterClass.BumpFeeRequestOrBuilderpublic WalletKitOuterClass.BumpFeeRequest.Builder setForce(boolean value)
Whether this input must be force-swept. This means that it is swept even if it has a negative yield.
bool force = 4;value - The force to set.public WalletKitOuterClass.BumpFeeRequest.Builder clearForce()
Whether this input must be force-swept. This means that it is swept even if it has a negative yield.
bool force = 4;public long getSatPerVbyte()
The fee rate, expressed in sat/vbyte, that should be used to spend the input with.
uint64 sat_per_vbyte = 5;getSatPerVbyte in interface WalletKitOuterClass.BumpFeeRequestOrBuilderpublic WalletKitOuterClass.BumpFeeRequest.Builder setSatPerVbyte(long value)
The fee rate, expressed in sat/vbyte, that should be used to spend the input with.
uint64 sat_per_vbyte = 5;value - The satPerVbyte to set.public WalletKitOuterClass.BumpFeeRequest.Builder clearSatPerVbyte()
The fee rate, expressed in sat/vbyte, that should be used to spend the input with.
uint64 sat_per_vbyte = 5;public final WalletKitOuterClass.BumpFeeRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.BumpFeeRequest.Builder>public final WalletKitOuterClass.BumpFeeRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.BumpFeeRequest.Builder>