public class GetBlockHeaderRequest extends Message<Chainkit.GetBlockHeaderRequest>
Message,
Chainkit.GetBlockHeaderRequestbuilder, wrapperFactory| Constructor and Description |
|---|
GetBlockHeaderRequest()
Empty Constructor
|
GetBlockHeaderRequest(Chainkit.GetBlockHeaderRequest apiObject)
Constructor using underlying Lightning API Object
|
GetBlockHeaderRequest(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 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(Chainkit.GetBlockHeaderRequest apiObject)