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