public class GetBlockHashRequest extends Message<Chainkit.GetBlockHashRequest>
Message,
Chainkit.GetBlockHashRequestbuilder, wrapperFactory| Constructor and Description |
|---|
GetBlockHashRequest()
Empty Constructor
|
GetBlockHashRequest(Chainkit.GetBlockHashRequest apiObject)
Constructor using underlying Lightning API Object
|
GetBlockHashRequest(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
| Modifier and Type | Method and Description |
|---|---|
long |
getBlockHeight()
Getter for blockHeight.
|
void |
setBlockHeight(long value)
Setter for blockHeight.
|
equals, getApiObject, getMessageName, hashCode, populateRepeatedFields, toJson, toJsonAsString, toString, validatepublic GetBlockHashRequest()
public GetBlockHashRequest(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public GetBlockHashRequest(Chainkit.GetBlockHashRequest apiObject)