public class GetBlockHashResponse extends Message<Neutrino.GetBlockHashResponse>
Message,
Neutrino.GetBlockHashResponsebuilder, wrapperFactory| Constructor and Description |
|---|
GetBlockHashResponse()
Empty Constructor
|
GetBlockHashResponse(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
GetBlockHashResponse(Neutrino.GetBlockHashResponse apiObject)
Constructor using underlying Lightning API Object
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHash()
Getter for hash.
|
void |
setHash(java.lang.String value)
Setter for hash.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic GetBlockHashResponse()
public GetBlockHashResponse(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public GetBlockHashResponse(Neutrino.GetBlockHashResponse apiObject)