public class GetBlockHashResponse extends Message<Chainkit.GetBlockHashResponse>
Message,
Chainkit.GetBlockHashResponsebuilder, wrapperFactory| Constructor and Description |
|---|
GetBlockHashResponse()
Empty Constructor
|
GetBlockHashResponse(Chainkit.GetBlockHashResponse apiObject)
Constructor using underlying Lightning API Object
|
GetBlockHashResponse(javax.json.JsonReader jsonReader)
Json Parsing Constructor
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBlockHash()
Getter for blockHash.
|
void |
setBlockHash(byte[] value)
Setter for blockHash.
|
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(Chainkit.GetBlockHashResponse apiObject)