public class LoadWalletSpecification extends Object
Value object to provide the following to hardware wallet FSM:
Load wallet is intended for use in development or for emergency temporary sweeping of funds it is not a secure method of creating a wallet.
Constructor and Description |
---|
LoadWalletSpecification(String language,
String label,
String seedPhrase,
String pin) |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
String |
getLanguage() |
String |
getPin() |
String |
getSeedPhrase() |
public LoadWalletSpecification(String language, String label, String seedPhrase, String pin)
language
- The language (e.g. "english")label
- The label to display below the logo (e.g "Fred")seedPhrase
- The seed phrase provided by the user in the clearpin
- The personal identification number (PIN) in the clearpublic String getLanguage()
public String getLabel()
public String getSeedPhrase()
public String getPin()
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.