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, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.Features.Builder>
public TrezorMessage.Features.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.Features.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<TrezorMessage.Features.Builder>
public TrezorMessage.Features getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public TrezorMessage.Features build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public TrezorMessage.Features buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public TrezorMessage.Features.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<TrezorMessage.Features.Builder>
IOException
public boolean hasVendor()
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
hasVendor
in interface TrezorMessage.FeaturesOrBuilder
public String getVendor()
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
getVendor
in interface TrezorMessage.FeaturesOrBuilder
public com.google.protobuf.ByteString getVendorBytes()
optional string vendor = 1;
name of the manufacturer, e.g. "bitcointrezor.com"
getVendorBytes
in interface TrezorMessage.FeaturesOrBuilder
public 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.FeaturesOrBuilder
public int getMajorVersion()
optional uint32 major_version = 2;
major version of the device, e.g. 1
getMajorVersion
in interface TrezorMessage.FeaturesOrBuilder
public 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.FeaturesOrBuilder
public int getMinorVersion()
optional uint32 minor_version = 3;
minor version of the device, e.g. 0
getMinorVersion
in interface TrezorMessage.FeaturesOrBuilder
public 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.FeaturesOrBuilder
public int getPatchVersion()
optional uint32 patch_version = 4;
patch version of the device, e.g. 0
getPatchVersion
in interface TrezorMessage.FeaturesOrBuilder
public 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.FeaturesOrBuilder
public boolean getBootloaderMode()
optional bool bootloader_mode = 5;
is device in bootloader mode?
getBootloaderMode
in interface TrezorMessage.FeaturesOrBuilder
public 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.FeaturesOrBuilder
public String getDeviceId()
optional string device_id = 6;
device's unique identifier
getDeviceId
in interface TrezorMessage.FeaturesOrBuilder
public com.google.protobuf.ByteString getDeviceIdBytes()
optional string device_id = 6;
device's unique identifier
getDeviceIdBytes
in interface TrezorMessage.FeaturesOrBuilder
public 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.FeaturesOrBuilder
public boolean getPinProtection()
optional bool pin_protection = 7;
is device protected by PIN?
getPinProtection
in interface TrezorMessage.FeaturesOrBuilder
public 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.FeaturesOrBuilder
public boolean getPassphraseProtection()
optional bool passphrase_protection = 8;
is node/mnemonic encrypted using passphrase?
getPassphraseProtection
in interface TrezorMessage.FeaturesOrBuilder
public 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.FeaturesOrBuilder
public String getLanguage()
optional string language = 9;
device language
getLanguage
in interface TrezorMessage.FeaturesOrBuilder
public com.google.protobuf.ByteString getLanguageBytes()
optional string language = 9;
device language
getLanguageBytes
in interface TrezorMessage.FeaturesOrBuilder
public 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.FeaturesOrBuilder
public String getLabel()
optional string label = 10;
device description label
getLabel
in interface TrezorMessage.FeaturesOrBuilder
public com.google.protobuf.ByteString getLabelBytes()
optional string label = 10;
device description label
getLabelBytes
in interface TrezorMessage.FeaturesOrBuilder
public 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.FeaturesOrBuilder
public int getCoinsCount()
repeated .CoinType coins = 11;
supported coins
getCoinsCount
in interface TrezorMessage.FeaturesOrBuilder
public TrezorType.CoinType getCoins(int index)
repeated .CoinType coins = 11;
supported coins
getCoins
in interface TrezorMessage.FeaturesOrBuilder
public 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.FeaturesOrBuilder
public List<? extends TrezorType.CoinTypeOrBuilder> getCoinsOrBuilderList()
repeated .CoinType coins = 11;
supported coins
getCoinsOrBuilderList
in interface TrezorMessage.FeaturesOrBuilder
public 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.FeaturesOrBuilder
public boolean getInitialized()
optional bool initialized = 12;
does device contain seed?
getInitialized
in interface TrezorMessage.FeaturesOrBuilder
public 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.FeaturesOrBuilder
public com.google.protobuf.ByteString getRevision()
optional bytes revision = 13;
SCM revision of firmware
getRevision
in interface TrezorMessage.FeaturesOrBuilder
public 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.FeaturesOrBuilder
public com.google.protobuf.ByteString getBootloaderHash()
optional bytes bootloader_hash = 14;
hash of the bootloader
getBootloaderHash
in interface TrezorMessage.FeaturesOrBuilder
public 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.FeaturesOrBuilder
public boolean getImported()
optional bool imported = 15;
was storage imported from an external source?
getImported
in interface TrezorMessage.FeaturesOrBuilder
public 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.FeaturesOrBuilder
public boolean getPinCached()
optional bool pin_cached = 16;
is PIN already cached in session?
getPinCached
in interface TrezorMessage.FeaturesOrBuilder
public 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.FeaturesOrBuilder
public boolean getPassphraseCached()
optional bool passphrase_cached = 17;
is passphrase already cached in session?
getPassphraseCached
in interface TrezorMessage.FeaturesOrBuilder
public 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.