public class GetBlockHeaderRequest extends Message<Neutrino.GetBlockHeaderRequest>
Message,
Neutrino.GetBlockHeaderRequestbuilder, wrapperFactory| Constructor and Description |
|---|
GetBlockHeaderRequest()
Empty Constructor
|
GetBlockHeaderRequest(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
GetBlockHeaderRequest(Neutrino.GetBlockHeaderRequest 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 GetBlockHeaderRequest()
public GetBlockHeaderRequest(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public GetBlockHeaderRequest(Neutrino.GetBlockHeaderRequest apiObject)