public class InputScript extends Message<SignerOuterClass.InputScript>
Message, 
SignerOuterClass.InputScriptbuilder, wrapperFactory| Constructor and Description | 
|---|
InputScript()
Empty Constructor 
 | 
InputScript(javax.json.JsonReader jsonReader)
Json Parsing Constructor 
 | 
InputScript(SignerOuterClass.InputScript apiObject)
Constructor using underlying Lightning API Object 
 | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
getSigScript()
Getter for sigScript. 
 | 
java.util.List<byte[]> | 
getWitness()
Getter for a list of witness. 
 | 
protected void | 
populateRepeatedFields()
Method to be overrided by inherited messages that contains repeatable or mapped fields. 
 | 
void | 
setSigScript(byte[] value)
Setter for sigScript. 
 | 
void | 
setWitness(java.util.List<byte[]> valueList)
Setter for list of witness. 
 | 
equals, getApiObject, getMessageName, hashCode, toJson, toJsonAsString, toString, validatepublic InputScript()
public InputScript(javax.json.JsonReader jsonReader)
            throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public InputScript(SignerOuterClass.InputScript apiObject)
public java.util.List<byte[]> getWitness()
                                  throws ClientSideException
ClientSideException - if problems occurred constructing the wrapped object.public void setWitness(java.util.List<byte[]> valueList)
public byte[] getSigScript()
public void setSigScript(byte[] value)
protected void populateRepeatedFields()
MessagepopulateRepeatedFields in class Message<SignerOuterClass.InputScript>