public static interface TrezorType.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]; |
int |
getAddressTypeP2Wpkh()
optional uint32 address_type_p2wpkh = 6 [default = 6]; |
int |
getAddressTypeP2Wsh()
optional uint32 address_type_p2wsh = 7 [default = 10]; |
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; |
String |
getSignedMessageHeader()
optional string signed_message_header = 8; |
com.google.protobuf.ByteString |
getSignedMessageHeaderBytes()
optional string signed_message_header = 8; |
boolean |
hasAddressType()
optional uint32 address_type = 3 [default = 0]; |
boolean |
hasAddressTypeP2Sh()
optional uint32 address_type_p2sh = 5 [default = 5]; |
boolean |
hasAddressTypeP2Wpkh()
optional uint32 address_type_p2wpkh = 6 [default = 6]; |
boolean |
hasAddressTypeP2Wsh()
optional uint32 address_type_p2wsh = 7 [default = 10]; |
boolean |
hasCoinName()
optional string coin_name = 1; |
boolean |
hasCoinShortcut()
optional string coin_shortcut = 2; |
boolean |
hasMaxfeeKb()
optional uint64 maxfee_kb = 4; |
boolean |
hasSignedMessageHeader()
optional string signed_message_header = 8; |
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];
boolean hasAddressTypeP2Wpkh()
optional uint32 address_type_p2wpkh = 6 [default = 6];
int getAddressTypeP2Wpkh()
optional uint32 address_type_p2wpkh = 6 [default = 6];
boolean hasAddressTypeP2Wsh()
optional uint32 address_type_p2wsh = 7 [default = 10];
int getAddressTypeP2Wsh()
optional uint32 address_type_p2wsh = 7 [default = 10];
boolean hasSignedMessageHeader()
optional string signed_message_header = 8;
String getSignedMessageHeader()
optional string signed_message_header = 8;
com.google.protobuf.ByteString getSignedMessageHeaderBytes()
optional string signed_message_header = 8;
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.