public static interface TrezorMessage.GetAddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAddressN(int index)
BIP-32 path to derive the key from master node
|
int |
getAddressNCount()
BIP-32 path to derive the key from master node
|
List<Integer> |
getAddressNList()
BIP-32 path to derive the key from master node
|
String |
getCoinName()
optional string coin_name = 2 [default = "Bitcoin"]; |
com.google.protobuf.ByteString |
getCoinNameBytes()
optional string coin_name = 2 [default = "Bitcoin"]; |
TrezorType.MultisigRedeemScriptType |
getMultisig()
Filled if we are showing a multisig address
|
TrezorType.MultisigRedeemScriptTypeOrBuilder |
getMultisigOrBuilder()
Filled if we are showing a multisig address
|
TrezorType.InputScriptType |
getScriptType()
Used to distinguish segwit addresses
|
boolean |
getShowDisplay()
optionally show on display before sending the result
|
boolean |
hasCoinName()
optional string coin_name = 2 [default = "Bitcoin"]; |
boolean |
hasMultisig()
Filled if we are showing a multisig address
|
boolean |
hasScriptType()
Used to distinguish segwit addresses
|
boolean |
hasShowDisplay()
optionally show on display before sending the result
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Integer> getAddressNList()
BIP-32 path to derive the key from master node
repeated uint32 address_n = 1;int getAddressNCount()
BIP-32 path to derive the key from master node
repeated uint32 address_n = 1;int getAddressN(int index)
BIP-32 path to derive the key from master node
repeated uint32 address_n = 1;boolean hasCoinName()
optional string coin_name = 2 [default = "Bitcoin"];String getCoinName()
optional string coin_name = 2 [default = "Bitcoin"];com.google.protobuf.ByteString getCoinNameBytes()
optional string coin_name = 2 [default = "Bitcoin"];boolean hasShowDisplay()
optionally show on display before sending the result
optional bool show_display = 3;boolean getShowDisplay()
optionally show on display before sending the result
optional bool show_display = 3;boolean hasMultisig()
Filled if we are showing a multisig address
optional .MultisigRedeemScriptType multisig = 4;TrezorType.MultisigRedeemScriptType getMultisig()
Filled if we are showing a multisig address
optional .MultisigRedeemScriptType multisig = 4;TrezorType.MultisigRedeemScriptTypeOrBuilder getMultisigOrBuilder()
Filled if we are showing a multisig address
optional .MultisigRedeemScriptType multisig = 4;boolean hasScriptType()
Used to distinguish segwit addresses
optional .InputScriptType script_type = 5 [default = SPENDADDRESS];TrezorType.InputScriptType getScriptType()
Used to distinguish segwit addresses
optional .InputScriptType script_type = 5 [default = SPENDADDRESS];Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.