public static interface TrezorMessage.EthereumGetAddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAddressN(int index)
repeated uint32 address_n = 1; |
int |
getAddressNCount()
repeated uint32 address_n = 1; |
List<Integer> |
getAddressNList()
repeated uint32 address_n = 1; |
boolean |
getShowDisplay()
optional bool show_display = 2; |
boolean |
hasShowDisplay()
optional bool show_display = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Integer> getAddressNList()
repeated uint32 address_n = 1;
BIP-32 path to derive the key from master node
int getAddressNCount()
repeated uint32 address_n = 1;
BIP-32 path to derive the key from master node
int getAddressN(int index)
repeated uint32 address_n = 1;
BIP-32 path to derive the key from master node
boolean hasShowDisplay()
optional bool show_display = 2;
optionally show on display before sending the result
boolean getShowDisplay()
optional bool show_display = 2;
optionally show on display before sending the result
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.