public class UnlockWalletRequest extends Message<Walletunlocker.UnlockWalletRequest>
Message,
Walletunlocker.UnlockWalletRequestbuilder, wrapperFactory| Constructor and Description |
|---|
UnlockWalletRequest()
Empty Constructor
|
UnlockWalletRequest(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
UnlockWalletRequest(Walletunlocker.UnlockWalletRequest apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
ChanBackupSnapshot |
getChannelBackups()
Getter for a list of channelBackups.
|
int |
getRecoveryWindow()
Getter for recoveryWindow.
|
boolean |
getStatelessInit()
Getter for statelessInit.
|
byte[] |
getWalletPassword()
Getter for walletPassword.
|
void |
setChannelBackups(ChanBackupSnapshot value)
Setter for list of channelBackups.
|
void |
setRecoveryWindow(int value)
Setter for recoveryWindow.
|
void |
setStatelessInit(boolean value)
Setter for statelessInit.
|
void |
setWalletPassword(byte[] value)
Setter for walletPassword.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic UnlockWalletRequest()
public UnlockWalletRequest(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public UnlockWalletRequest(Walletunlocker.UnlockWalletRequest apiObject)
public byte[] getWalletPassword()
public void setWalletPassword(byte[] value)
public int getRecoveryWindow()
public void setRecoveryWindow(int value)
public ChanBackupSnapshot getChannelBackups() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setChannelBackups(ChanBackupSnapshot value)
public boolean getStatelessInit()
public void setStatelessInit(boolean value)