public static final class KeepKeyType.CoinType extends com.google.protobuf.GeneratedMessage implements KeepKeyType.CoinTypeOrBuilder
CoinType
Structure representing Coin @used_in Features
| Modifier and Type | Class and Description |
|---|---|
static class |
KeepKeyType.CoinType.Builder
Protobuf type
CoinType |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ADDRESS_TYPE_FIELD_NUMBER |
static int |
ADDRESS_TYPE_P2SH_FIELD_NUMBER |
static int |
COIN_NAME_FIELD_NUMBER |
static int |
COIN_SHORTCUT_FIELD_NUMBER |
static int |
MAXFEE_KB_FIELD_NUMBER |
static com.google.protobuf.Parser<KeepKeyType.CoinType> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
int |
getAddressType()
optional uint32 address_type = 3 [default = 0]; |
int |
getAddressTypeP2Sh()
optional uint32 address_type_p2sh = 5 [default = 5]; |
String |
getCoinName()
optional string coin_name = 1; |
com.google.protobuf.ByteString |
getCoinNameBytes()
optional string coin_name = 1; |
String |
getCoinShortcut()
optional string coin_shortcut = 2; |
com.google.protobuf.ByteString |
getCoinShortcutBytes()
optional string coin_shortcut = 2; |
static KeepKeyType.CoinType |
getDefaultInstance() |
KeepKeyType.CoinType |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getMaxfeeKb()
optional uint64 maxfee_kb = 4; |
com.google.protobuf.Parser<KeepKeyType.CoinType> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAddressType()
optional uint32 address_type = 3 [default = 0]; |
boolean |
hasAddressTypeP2Sh()
optional uint32 address_type_p2sh = 5 [default = 5]; |
boolean |
hasCoinName()
optional string coin_name = 1; |
boolean |
hasCoinShortcut()
optional string coin_shortcut = 2; |
boolean |
hasMaxfeeKb()
optional uint64 maxfee_kb = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static KeepKeyType.CoinType.Builder |
newBuilder() |
static KeepKeyType.CoinType.Builder |
newBuilder(KeepKeyType.CoinType prototype) |
KeepKeyType.CoinType.Builder |
newBuilderForType() |
protected KeepKeyType.CoinType.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static KeepKeyType.CoinType |
parseDelimitedFrom(InputStream input) |
static KeepKeyType.CoinType |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeepKeyType.CoinType |
parseFrom(byte[] data) |
static KeepKeyType.CoinType |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeepKeyType.CoinType |
parseFrom(com.google.protobuf.ByteString data) |
static KeepKeyType.CoinType |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeepKeyType.CoinType |
parseFrom(com.google.protobuf.CodedInputStream input) |
static KeepKeyType.CoinType |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeepKeyType.CoinType |
parseFrom(InputStream input) |
static KeepKeyType.CoinType |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
KeepKeyType.CoinType.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringcheckByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<KeepKeyType.CoinType> PARSER
public static final int COIN_NAME_FIELD_NUMBER
public static final int COIN_SHORTCUT_FIELD_NUMBER
public static final int ADDRESS_TYPE_FIELD_NUMBER
public static final int MAXFEE_KB_FIELD_NUMBER
public static final int ADDRESS_TYPE_P2SH_FIELD_NUMBER
public static KeepKeyType.CoinType getDefaultInstance()
public KeepKeyType.CoinType getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<KeepKeyType.CoinType> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasCoinName()
optional string coin_name = 1;hasCoinName in interface KeepKeyType.CoinTypeOrBuilderpublic String getCoinName()
optional string coin_name = 1;getCoinName in interface KeepKeyType.CoinTypeOrBuilderpublic com.google.protobuf.ByteString getCoinNameBytes()
optional string coin_name = 1;getCoinNameBytes in interface KeepKeyType.CoinTypeOrBuilderpublic boolean hasCoinShortcut()
optional string coin_shortcut = 2;hasCoinShortcut in interface KeepKeyType.CoinTypeOrBuilderpublic String getCoinShortcut()
optional string coin_shortcut = 2;getCoinShortcut in interface KeepKeyType.CoinTypeOrBuilderpublic com.google.protobuf.ByteString getCoinShortcutBytes()
optional string coin_shortcut = 2;getCoinShortcutBytes in interface KeepKeyType.CoinTypeOrBuilderpublic boolean hasAddressType()
optional uint32 address_type = 3 [default = 0];hasAddressType in interface KeepKeyType.CoinTypeOrBuilderpublic int getAddressType()
optional uint32 address_type = 3 [default = 0];getAddressType in interface KeepKeyType.CoinTypeOrBuilderpublic boolean hasMaxfeeKb()
optional uint64 maxfee_kb = 4;hasMaxfeeKb in interface KeepKeyType.CoinTypeOrBuilderpublic long getMaxfeeKb()
optional uint64 maxfee_kb = 4;getMaxfeeKb in interface KeepKeyType.CoinTypeOrBuilderpublic boolean hasAddressTypeP2Sh()
optional uint32 address_type_p2sh = 5 [default = 5];hasAddressTypeP2Sh in interface KeepKeyType.CoinTypeOrBuilderpublic int getAddressTypeP2Sh()
optional uint32 address_type_p2sh = 5 [default = 5];getAddressTypeP2Sh in interface KeepKeyType.CoinTypeOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static KeepKeyType.CoinType parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeepKeyType.CoinType parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeepKeyType.CoinType parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeepKeyType.CoinType parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static KeepKeyType.CoinType parseFrom(InputStream input) throws IOException
IOExceptionpublic static KeepKeyType.CoinType parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static KeepKeyType.CoinType parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static KeepKeyType.CoinType parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static KeepKeyType.CoinType parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static KeepKeyType.CoinType parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static KeepKeyType.CoinType.Builder newBuilder()
public KeepKeyType.CoinType.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static KeepKeyType.CoinType.Builder newBuilder(KeepKeyType.CoinType prototype)
public KeepKeyType.CoinType.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected KeepKeyType.CoinType.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.