public static interface KeepKeyType.CoinTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
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; |
long |
getMaxfeeKb()
optional uint64 maxfee_kb = 4; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasCoinName()
optional string coin_name = 1;
String getCoinName()
optional string coin_name = 1;
com.google.protobuf.ByteString getCoinNameBytes()
optional string coin_name = 1;
boolean hasCoinShortcut()
optional string coin_shortcut = 2;
String getCoinShortcut()
optional string coin_shortcut = 2;
com.google.protobuf.ByteString getCoinShortcutBytes()
optional string coin_shortcut = 2;
boolean hasAddressType()
optional uint32 address_type = 3 [default = 0];
int getAddressType()
optional uint32 address_type = 3 [default = 0];
boolean hasMaxfeeKb()
optional uint64 maxfee_kb = 4;
long getMaxfeeKb()
optional uint64 maxfee_kb = 4;
boolean hasAddressTypeP2Sh()
optional uint32 address_type_p2sh = 5 [default = 5];
int getAddressTypeP2Sh()
optional uint32 address_type_p2sh = 5 [default = 5];
Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.