public static final class TrezorMessage.Features.Builder extends com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.Features.Builder> implements TrezorMessage.FeaturesOrBuilder
Features
Response: Reports various information about the device @prev Initialize @prev GetFeatures
| Modifier and Type | Method and Description |
|---|---|
TrezorMessage.Features.Builder |
addAllCoins(Iterable<? extends TrezorType.CoinType> values)
repeated .CoinType coins = 11; |
TrezorMessage.Features.Builder |
addCoins(int index,
TrezorType.CoinType.Builder builderForValue)
repeated .CoinType coins = 11; |
TrezorMessage.Features.Builder |
addCoins(int index,
TrezorType.CoinType value)
repeated .CoinType coins = 11; |
TrezorMessage.Features.Builder |
addCoins(TrezorType.CoinType.Builder builderForValue)
repeated .CoinType coins = 11; |
TrezorMessage.Features.Builder |
addCoins(TrezorType.CoinType value)
repeated .CoinType coins = 11; |
TrezorType.CoinType.Builder |
addCoinsBuilder()
repeated .CoinType coins = 11; |
TrezorType.CoinType.Builder |
addCoinsBuilder(int index)
repeated .CoinType coins = 11; |
TrezorMessage.Features |
build() |
TrezorMessage.Features |
buildPartial() |
TrezorMessage.Features.Builder |
clear() |
TrezorMessage.Features.Builder |
clearBootloaderHash()
optional bytes bootloader_hash = 14; |
TrezorMessage.Features.Builder |
clearBootloaderMode()
optional bool bootloader_mode = 5; |
TrezorMessage.Features.Builder |
clearCoins()
repeated .CoinType coins = 11; |
TrezorMessage.Features.Builder |
clearDeviceId()
optional string device_id = 6; |
TrezorMessage.Features.Builder |
clearImported()
optional bool imported = 15; |
TrezorMessage.Features.Builder |
clearInitialized()
optional bool initialized = 12; |
TrezorMessage.Features.Builder |
clearLabel()
optional string label = 10; |
TrezorMessage.Features.Builder |
clearLanguage()
optional string language = 9; |
TrezorMessage.Features.Builder |
clearMajorVersion()
optional uint32 major_version = 2; |
TrezorMessage.Features.Builder |
clearMinorVersion()
optional uint32 minor_version = 3; |
TrezorMessage.Features.Builder |
clearPassphraseCached()
optional bool passphrase_cached = 17; |
TrezorMessage.Features.Builder |
clearPassphraseProtection()
optional bool passphrase_protection = 8; |
TrezorMessage.Features.Builder |
clearPatchVersion()
optional uint32 patch_version = 4; |
TrezorMessage.Features.Builder |
clearPinCached()
optional bool pin_cached = 16; |
TrezorMessage.Features.Builder |
clearPinProtection()
optional bool pin_protection = 7; |
TrezorMessage.Features.Builder |
clearRevision()
optional bytes revision = 13; |
TrezorMessage.Features.Builder |
clearVendor()
optional string vendor = 1; |
TrezorMessage.Features.Builder |
clone() |
com.google.protobuf.ByteString |
getBootloaderHash()
optional bytes bootloader_hash = 14; |
boolean |
getBootloaderMode()
optional bool bootloader_mode = 5; |
TrezorType.CoinType |
getCoins(int index)
repeated .CoinType coins = 11; |
TrezorType.CoinType.Builder |
getCoinsBuilder(int index)
repeated .CoinType coins = 11; |
List<TrezorType.CoinType.Builder> |
getCoinsBuilderList()
repeated .CoinType coins = 11; |
int |
getCoinsCount()
repeated .CoinType coins = 11; |
List<TrezorType.CoinType> |
getCoinsList()
repeated .CoinType coins = 11; |
TrezorType.CoinTypeOrBuilder |
getCoinsOrBuilder(int index)
repeated .CoinType coins = 11; |
List<? extends TrezorType.CoinTypeOrBuilder> |
getCoinsOrBuilderList()
repeated .CoinType coins = 11; |
TrezorMessage.Features |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDeviceId()
optional string device_id = 6; |
com.google.protobuf.ByteString |
getDeviceIdBytes()
optional string device_id = 6; |
boolean |
getImported()
optional bool imported = 15; |
boolean |
getInitialized()
optional bool initialized = 12; |
String |
getLabel()
optional string label = 10; |
com.google.protobuf.ByteString |
getLabelBytes()
optional string label = 10; |
String |
getLanguage()
optional string language = 9; |
com.google.protobuf.ByteString |
getLanguageBytes()
optional string language = 9; |
int |
getMajorVersion()
optional uint32 major_version = 2; |
int |
getMinorVersion()
optional uint32 minor_version = 3; |
boolean |
getPassphraseCached()
optional bool passphrase_cached = 17; |
boolean |
getPassphraseProtection()
optional bool passphrase_protection = 8; |
int |
getPatchVersion()
optional uint32 patch_version = 4; |
boolean |
getPinCached()
optional bool pin_cached = 16; |
boolean |
getPinProtection()
optional bool pin_protection = 7; |
com.google.protobuf.ByteString |
getRevision()
optional bytes revision = 13; |
String |
getVendor()
optional string vendor = 1; |
com.google.protobuf.ByteString |
getVendorBytes()
optional string vendor = 1; |
boolean |
hasBootloaderHash()
optional bytes bootloader_hash = 14; |
boolean |
hasBootloaderMode()
optional bool bootloader_mode = 5; |
boolean |
hasDeviceId()
optional string device_id = 6; |
boolean |
hasImported()
optional bool imported = 15; |
boolean |
hasInitialized()
optional bool initialized = 12; |
boolean |
hasLabel()
optional string label = 10; |
boolean |
hasLanguage()
optional string language = 9; |
boolean |
hasMajorVersion()
optional uint32 major_version = 2; |
boolean |
hasMinorVersion()
optional uint32 minor_version = 3; |
boolean |
hasPassphraseCached()
optional bool passphrase_cached = 17; |
boolean |
hasPassphraseProtection()
optional bool passphrase_protection = 8; |
boolean |
hasPatchVersion()
optional uint32 patch_version = 4; |
boolean |
hasPinCached()
optional bool pin_cached = 16; |
boolean |
hasPinProtection()
optional bool pin_protection = 7; |
boolean |
hasRevision()
optional bytes revision = 13; |
boolean |
hasVendor()
optional string vendor = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TrezorMessage.Features.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TrezorMessage.Features.Builder |
mergeFrom(com.google.protobuf.Message other) |
TrezorMessage.Features.Builder |
mergeFrom(TrezorMessage.Features other) |
TrezorMessage.Features.Builder |
removeCoins(int index)
repeated .CoinType coins = 11; |
TrezorMessage.Features.Builder |
setBootloaderHash(com.google.protobuf.ByteString value)
optional bytes bootloader_hash = 14; |
TrezorMessage.Features.Builder |
setBootloaderMode(boolean value)
optional bool bootloader_mode = 5; |
TrezorMessage.Features.Builder |
setCoins(int index,
TrezorType.CoinType.Builder builderForValue)
repeated .CoinType coins = 11; |
TrezorMessage.Features.Builder |
setCoins(int index,
TrezorType.CoinType value)
repeated .CoinType coins = 11; |
TrezorMessage.Features.Builder |
setDeviceId(String value)
optional string device_id = 6; |
TrezorMessage.Features.Builder |
setDeviceIdBytes(com.google.protobuf.ByteString value)
optional string device_id = 6; |
TrezorMessage.Features.Builder |
setImported(boolean value)
optional bool imported = 15; |
TrezorMessage.Features.Builder |
setInitialized(boolean value)
optional bool initialized = 12; |
TrezorMessage.Features.Builder |
setLabel(String value)
optional string label = 10; |
TrezorMessage.Features.Builder |
setLabelBytes(com.google.protobuf.ByteString value)
optional string label = 10; |
TrezorMessage.Features.Builder |
setLanguage(String value)
optional string language = 9; |
TrezorMessage.Features.Builder |
setLanguageBytes(com.google.protobuf.ByteString value)
optional string language = 9; |
TrezorMessage.Features.Builder |
setMajorVersion(int value)
optional uint32 major_version = 2; |
TrezorMessage.Features.Builder |
setMinorVersion(int value)
optional uint32 minor_version = 3; |
TrezorMessage.Features.Builder |
setPassphraseCached(boolean value)
optional bool passphrase_cached = 17; |
TrezorMessage.Features.Builder |
setPassphraseProtection(boolean value)
optional bool passphrase_protection = 8; |
TrezorMessage.Features.Builder |
setPatchVersion(int value)
optional uint32 patch_version = 4; |
TrezorMessage.Features.Builder |
setPinCached(boolean value)
optional bool pin_cached = 16; |
TrezorMessage.Features.Builder |
setPinProtection(boolean value)
optional bool pin_protection = 7; |
TrezorMessage.Features.Builder |
setRevision(com.google.protobuf.ByteString value)
optional bytes revision = 13; |
TrezorMessage.Features.Builder |
setVendor(String value)
optional string vendor = 1; |
TrezorMessage.Features.Builder |
setVendorBytes(com.google.protobuf.ByteString value)
optional string vendor = 1; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.Features.Builder>public TrezorMessage.Features.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.Features.Builder>public TrezorMessage.Features.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.Features.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.Features.Builder>public TrezorMessage.Features getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TrezorMessage.Features build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TrezorMessage.Features buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TrezorMessage.Features.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TrezorMessage.Features.Builder>public TrezorMessage.Features.Builder mergeFrom(TrezorMessage.Features other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.Features.Builder>public TrezorMessage.Features.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TrezorMessage.Features.Builder>IOExceptionpublic boolean hasVendor()
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
hasVendor in interface TrezorMessage.FeaturesOrBuilderpublic String getVendor()
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
getVendor in interface TrezorMessage.FeaturesOrBuilderpublic com.google.protobuf.ByteString getVendorBytes()
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
getVendorBytes in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setVendor(String value)
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
public TrezorMessage.Features.Builder clearVendor()
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
public TrezorMessage.Features.Builder setVendorBytes(com.google.protobuf.ByteString value)
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
public boolean hasMajorVersion()
optional uint32 major_version = 2;
major version of the device, e.g. 1
hasMajorVersion in interface TrezorMessage.FeaturesOrBuilderpublic int getMajorVersion()
optional uint32 major_version = 2;
major version of the device, e.g. 1
getMajorVersion in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setMajorVersion(int value)
optional uint32 major_version = 2;
major version of the device, e.g. 1
public TrezorMessage.Features.Builder clearMajorVersion()
optional uint32 major_version = 2;
major version of the device, e.g. 1
public boolean hasMinorVersion()
optional uint32 minor_version = 3;
minor version of the device, e.g. 0
hasMinorVersion in interface TrezorMessage.FeaturesOrBuilderpublic int getMinorVersion()
optional uint32 minor_version = 3;
minor version of the device, e.g. 0
getMinorVersion in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setMinorVersion(int value)
optional uint32 minor_version = 3;
minor version of the device, e.g. 0
public TrezorMessage.Features.Builder clearMinorVersion()
optional uint32 minor_version = 3;
minor version of the device, e.g. 0
public boolean hasPatchVersion()
optional uint32 patch_version = 4;
patch version of the device, e.g. 0
hasPatchVersion in interface TrezorMessage.FeaturesOrBuilderpublic int getPatchVersion()
optional uint32 patch_version = 4;
patch version of the device, e.g. 0
getPatchVersion in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setPatchVersion(int value)
optional uint32 patch_version = 4;
patch version of the device, e.g. 0
public TrezorMessage.Features.Builder clearPatchVersion()
optional uint32 patch_version = 4;
patch version of the device, e.g. 0
public boolean hasBootloaderMode()
optional bool bootloader_mode = 5;
is device in bootloader mode?
hasBootloaderMode in interface TrezorMessage.FeaturesOrBuilderpublic boolean getBootloaderMode()
optional bool bootloader_mode = 5;
is device in bootloader mode?
getBootloaderMode in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setBootloaderMode(boolean value)
optional bool bootloader_mode = 5;
is device in bootloader mode?
public TrezorMessage.Features.Builder clearBootloaderMode()
optional bool bootloader_mode = 5;
is device in bootloader mode?
public boolean hasDeviceId()
optional string device_id = 6;
device's unique identifier
hasDeviceId in interface TrezorMessage.FeaturesOrBuilderpublic String getDeviceId()
optional string device_id = 6;
device's unique identifier
getDeviceId in interface TrezorMessage.FeaturesOrBuilderpublic com.google.protobuf.ByteString getDeviceIdBytes()
optional string device_id = 6;
device's unique identifier
getDeviceIdBytes in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setDeviceId(String value)
optional string device_id = 6;
device's unique identifier
public TrezorMessage.Features.Builder clearDeviceId()
optional string device_id = 6;
device's unique identifier
public TrezorMessage.Features.Builder setDeviceIdBytes(com.google.protobuf.ByteString value)
optional string device_id = 6;
device's unique identifier
public boolean hasPinProtection()
optional bool pin_protection = 7;
is device protected by PIN?
hasPinProtection in interface TrezorMessage.FeaturesOrBuilderpublic boolean getPinProtection()
optional bool pin_protection = 7;
is device protected by PIN?
getPinProtection in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setPinProtection(boolean value)
optional bool pin_protection = 7;
is device protected by PIN?
public TrezorMessage.Features.Builder clearPinProtection()
optional bool pin_protection = 7;
is device protected by PIN?
public boolean hasPassphraseProtection()
optional bool passphrase_protection = 8;
is node/mnemonic encrypted using passphrase?
hasPassphraseProtection in interface TrezorMessage.FeaturesOrBuilderpublic boolean getPassphraseProtection()
optional bool passphrase_protection = 8;
is node/mnemonic encrypted using passphrase?
getPassphraseProtection in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setPassphraseProtection(boolean value)
optional bool passphrase_protection = 8;
is node/mnemonic encrypted using passphrase?
public TrezorMessage.Features.Builder clearPassphraseProtection()
optional bool passphrase_protection = 8;
is node/mnemonic encrypted using passphrase?
public boolean hasLanguage()
optional string language = 9;
device language
hasLanguage in interface TrezorMessage.FeaturesOrBuilderpublic String getLanguage()
optional string language = 9;
device language
getLanguage in interface TrezorMessage.FeaturesOrBuilderpublic com.google.protobuf.ByteString getLanguageBytes()
optional string language = 9;
device language
getLanguageBytes in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setLanguage(String value)
optional string language = 9;
device language
public TrezorMessage.Features.Builder clearLanguage()
optional string language = 9;
device language
public TrezorMessage.Features.Builder setLanguageBytes(com.google.protobuf.ByteString value)
optional string language = 9;
device language
public boolean hasLabel()
optional string label = 10;
device description label
hasLabel in interface TrezorMessage.FeaturesOrBuilderpublic String getLabel()
optional string label = 10;
device description label
getLabel in interface TrezorMessage.FeaturesOrBuilderpublic com.google.protobuf.ByteString getLabelBytes()
optional string label = 10;
device description label
getLabelBytes in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setLabel(String value)
optional string label = 10;
device description label
public TrezorMessage.Features.Builder clearLabel()
optional string label = 10;
device description label
public TrezorMessage.Features.Builder setLabelBytes(com.google.protobuf.ByteString value)
optional string label = 10;
device description label
public List<TrezorType.CoinType> getCoinsList()
repeated .CoinType coins = 11;
supported coins
getCoinsList in interface TrezorMessage.FeaturesOrBuilderpublic int getCoinsCount()
repeated .CoinType coins = 11;
supported coins
getCoinsCount in interface TrezorMessage.FeaturesOrBuilderpublic TrezorType.CoinType getCoins(int index)
repeated .CoinType coins = 11;
supported coins
getCoins in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setCoins(int index, TrezorType.CoinType value)
repeated .CoinType coins = 11;
supported coins
public TrezorMessage.Features.Builder setCoins(int index, TrezorType.CoinType.Builder builderForValue)
repeated .CoinType coins = 11;
supported coins
public TrezorMessage.Features.Builder addCoins(TrezorType.CoinType value)
repeated .CoinType coins = 11;
supported coins
public TrezorMessage.Features.Builder addCoins(int index, TrezorType.CoinType value)
repeated .CoinType coins = 11;
supported coins
public TrezorMessage.Features.Builder addCoins(TrezorType.CoinType.Builder builderForValue)
repeated .CoinType coins = 11;
supported coins
public TrezorMessage.Features.Builder addCoins(int index, TrezorType.CoinType.Builder builderForValue)
repeated .CoinType coins = 11;
supported coins
public TrezorMessage.Features.Builder addAllCoins(Iterable<? extends TrezorType.CoinType> values)
repeated .CoinType coins = 11;
supported coins
public TrezorMessage.Features.Builder clearCoins()
repeated .CoinType coins = 11;
supported coins
public TrezorMessage.Features.Builder removeCoins(int index)
repeated .CoinType coins = 11;
supported coins
public TrezorType.CoinType.Builder getCoinsBuilder(int index)
repeated .CoinType coins = 11;
supported coins
public TrezorType.CoinTypeOrBuilder getCoinsOrBuilder(int index)
repeated .CoinType coins = 11;
supported coins
getCoinsOrBuilder in interface TrezorMessage.FeaturesOrBuilderpublic List<? extends TrezorType.CoinTypeOrBuilder> getCoinsOrBuilderList()
repeated .CoinType coins = 11;
supported coins
getCoinsOrBuilderList in interface TrezorMessage.FeaturesOrBuilderpublic TrezorType.CoinType.Builder addCoinsBuilder()
repeated .CoinType coins = 11;
supported coins
public TrezorType.CoinType.Builder addCoinsBuilder(int index)
repeated .CoinType coins = 11;
supported coins
public List<TrezorType.CoinType.Builder> getCoinsBuilderList()
repeated .CoinType coins = 11;
supported coins
public boolean hasInitialized()
optional bool initialized = 12;
does device contain seed?
hasInitialized in interface TrezorMessage.FeaturesOrBuilderpublic boolean getInitialized()
optional bool initialized = 12;
does device contain seed?
getInitialized in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setInitialized(boolean value)
optional bool initialized = 12;
does device contain seed?
public TrezorMessage.Features.Builder clearInitialized()
optional bool initialized = 12;
does device contain seed?
public boolean hasRevision()
optional bytes revision = 13;
SCM revision of firmware
hasRevision in interface TrezorMessage.FeaturesOrBuilderpublic com.google.protobuf.ByteString getRevision()
optional bytes revision = 13;
SCM revision of firmware
getRevision in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setRevision(com.google.protobuf.ByteString value)
optional bytes revision = 13;
SCM revision of firmware
public TrezorMessage.Features.Builder clearRevision()
optional bytes revision = 13;
SCM revision of firmware
public boolean hasBootloaderHash()
optional bytes bootloader_hash = 14;
hash of the bootloader
hasBootloaderHash in interface TrezorMessage.FeaturesOrBuilderpublic com.google.protobuf.ByteString getBootloaderHash()
optional bytes bootloader_hash = 14;
hash of the bootloader
getBootloaderHash in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setBootloaderHash(com.google.protobuf.ByteString value)
optional bytes bootloader_hash = 14;
hash of the bootloader
public TrezorMessage.Features.Builder clearBootloaderHash()
optional bytes bootloader_hash = 14;
hash of the bootloader
public boolean hasImported()
optional bool imported = 15;
was storage imported from an external source?
hasImported in interface TrezorMessage.FeaturesOrBuilderpublic boolean getImported()
optional bool imported = 15;
was storage imported from an external source?
getImported in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setImported(boolean value)
optional bool imported = 15;
was storage imported from an external source?
public TrezorMessage.Features.Builder clearImported()
optional bool imported = 15;
was storage imported from an external source?
public boolean hasPinCached()
optional bool pin_cached = 16;
is PIN already cached in session?
hasPinCached in interface TrezorMessage.FeaturesOrBuilderpublic boolean getPinCached()
optional bool pin_cached = 16;
is PIN already cached in session?
getPinCached in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setPinCached(boolean value)
optional bool pin_cached = 16;
is PIN already cached in session?
public TrezorMessage.Features.Builder clearPinCached()
optional bool pin_cached = 16;
is PIN already cached in session?
public boolean hasPassphraseCached()
optional bool passphrase_cached = 17;
is passphrase already cached in session?
hasPassphraseCached in interface TrezorMessage.FeaturesOrBuilderpublic boolean getPassphraseCached()
optional bool passphrase_cached = 17;
is passphrase already cached in session?
getPassphraseCached in interface TrezorMessage.FeaturesOrBuilderpublic TrezorMessage.Features.Builder setPassphraseCached(boolean value)
optional bool passphrase_cached = 17;
is passphrase already cached in session?
public TrezorMessage.Features.Builder clearPassphraseCached()
optional bool passphrase_cached = 17;
is passphrase already cached in session?
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.