public static final class WalletKitOuterClass.EstimateFeeResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.EstimateFeeResponse.Builder> implements WalletKitOuterClass.EstimateFeeResponseOrBuilder
walletrpc.EstimateFeeResponse| Modifier and Type | Method and Description |
|---|---|
WalletKitOuterClass.EstimateFeeResponse |
build() |
WalletKitOuterClass.EstimateFeeResponse |
buildPartial() |
WalletKitOuterClass.EstimateFeeResponse.Builder |
clear() |
WalletKitOuterClass.EstimateFeeResponse.Builder |
clearSatPerKw()
The amount of satoshis per kw that should be used in order to reach the
confirmation target in the request.
|
WalletKitOuterClass.EstimateFeeResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getSatPerKw()
The amount of satoshis per kw that should be used in order to reach the
confirmation target in the request.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WalletKitOuterClass.EstimateFeeResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WalletKitOuterClass.EstimateFeeResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
WalletKitOuterClass.EstimateFeeResponse.Builder |
mergeFrom(WalletKitOuterClass.EstimateFeeResponse other) |
WalletKitOuterClass.EstimateFeeResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
WalletKitOuterClass.EstimateFeeResponse.Builder |
setSatPerKw(long value)
The amount of satoshis per kw that should be used in order to reach the
confirmation target in the request.
|
WalletKitOuterClass.EstimateFeeResponse.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.EstimateFeeResponse.Builder>public WalletKitOuterClass.EstimateFeeResponse.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.EstimateFeeResponse.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.EstimateFeeResponse.Builder>public WalletKitOuterClass.EstimateFeeResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic WalletKitOuterClass.EstimateFeeResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic WalletKitOuterClass.EstimateFeeResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic WalletKitOuterClass.EstimateFeeResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<WalletKitOuterClass.EstimateFeeResponse.Builder>public WalletKitOuterClass.EstimateFeeResponse.Builder mergeFrom(WalletKitOuterClass.EstimateFeeResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.EstimateFeeResponse.Builder>public WalletKitOuterClass.EstimateFeeResponse.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.EstimateFeeResponse.Builder>java.io.IOExceptionpublic long getSatPerKw()
The amount of satoshis per kw that should be used in order to reach the confirmation target in the request.
int64 sat_per_kw = 1;getSatPerKw in interface WalletKitOuterClass.EstimateFeeResponseOrBuilderpublic WalletKitOuterClass.EstimateFeeResponse.Builder setSatPerKw(long value)
The amount of satoshis per kw that should be used in order to reach the confirmation target in the request.
int64 sat_per_kw = 1;value - The satPerKw to set.public WalletKitOuterClass.EstimateFeeResponse.Builder clearSatPerKw()
The amount of satoshis per kw that should be used in order to reach the confirmation target in the request.
int64 sat_per_kw = 1;public final WalletKitOuterClass.EstimateFeeResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.EstimateFeeResponse.Builder>public final WalletKitOuterClass.EstimateFeeResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WalletKitOuterClass.EstimateFeeResponse.Builder>