public class ImportTapscriptRequest extends Message<WalletKitOuterClass.ImportTapscriptRequest>
builder, wrapperFactory| Constructor and Description |
|---|
ImportTapscriptRequest()
Empty Constructor
|
ImportTapscriptRequest(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
ImportTapscriptRequest(WalletKitOuterClass.ImportTapscriptRequest apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFullKeyOnly()
Getter for fullKeyOnly.
|
TapscriptFullTree |
getFullTree()
Getter for a list of fullTree.
|
byte[] |
getInternalPublicKey()
Getter for internalPublicKey.
|
TapscriptPartialReveal |
getPartialReveal()
Getter for a list of partialReveal.
|
byte[] |
getRootHashOnly()
Getter for rootHashOnly.
|
void |
setFullKeyOnly(boolean value)
Setter for fullKeyOnly.
|
void |
setFullTree(TapscriptFullTree value)
Setter for list of fullTree.
|
void |
setInternalPublicKey(byte[] value)
Setter for internalPublicKey.
|
void |
setPartialReveal(TapscriptPartialReveal value)
Setter for list of partialReveal.
|
void |
setRootHashOnly(byte[] value)
Setter for rootHashOnly.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic ImportTapscriptRequest()
public ImportTapscriptRequest(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public ImportTapscriptRequest(WalletKitOuterClass.ImportTapscriptRequest apiObject)
public byte[] getInternalPublicKey()
public void setInternalPublicKey(byte[] value)
public TapscriptFullTree getFullTree() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setFullTree(TapscriptFullTree value)
public TapscriptPartialReveal getPartialReveal() throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setPartialReveal(TapscriptPartialReveal value)
public byte[] getRootHashOnly()
public void setRootHashOnly(byte[] value)
public boolean getFullKeyOnly()
public void setFullKeyOnly(boolean value)