public static interface TrezorType.HDNodePathTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAddressN(int index)
BIP-32 path to derive the key from node
|
int |
getAddressNCount()
BIP-32 path to derive the key from node
|
List<Integer> |
getAddressNList()
BIP-32 path to derive the key from node
|
TrezorType.HDNodeType |
getNode()
BIP-32 node in deserialized form
|
TrezorType.HDNodeTypeOrBuilder |
getNodeOrBuilder()
BIP-32 node in deserialized form
|
boolean |
hasNode()
BIP-32 node in deserialized form
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasNode()
BIP-32 node in deserialized form
required .HDNodeType node = 1;
TrezorType.HDNodeType getNode()
BIP-32 node in deserialized form
required .HDNodeType node = 1;
TrezorType.HDNodeTypeOrBuilder getNodeOrBuilder()
BIP-32 node in deserialized form
required .HDNodeType node = 1;
List<Integer> getAddressNList()
BIP-32 path to derive the key from node
repeated uint32 address_n = 2;
int getAddressNCount()
BIP-32 path to derive the key from node
repeated uint32 address_n = 2;
int getAddressN(int index)
BIP-32 path to derive the key from node
repeated uint32 address_n = 2;
Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.