public class GetBlockRequest extends Message<Chainkit.GetBlockRequest>
Message,
Chainkit.GetBlockRequestbuilder, wrapperFactory| Constructor and Description |
|---|
GetBlockRequest()
Empty Constructor
|
GetBlockRequest(Chainkit.GetBlockRequest apiObject)
Constructor using underlying Lightning API Object
|
GetBlockRequest(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 GetBlockRequest()
public GetBlockRequest(javax.json.JsonReader jsonReader)
throws javax.json.JsonException
javax.json.JsonException - if problems was found with the supplied JSON data.public GetBlockRequest(Chainkit.GetBlockRequest apiObject)