/AWS1/CL_QLDGETBLOCKRESPONSE¶
GetBlockResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_block TYPE REF TO /AWS1/CL_QLDVALUEHOLDER /AWS1/CL_QLDVALUEHOLDER¶
The block data object in Amazon Ion format.
Optional arguments:¶
io_proof TYPE REF TO /AWS1/CL_QLDVALUEHOLDER /AWS1/CL_QLDVALUEHOLDER¶
The proof object in Amazon Ion format returned by a
GetBlockrequest. A proof contains the list of hash values required to recalculate the specified digest using a Merkle tree, starting with the specified block.
Queryable Attributes¶
Block¶
The block data object in Amazon Ion format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BLOCK() |
Getter for BLOCK |
Proof¶
The proof object in Amazon Ion format returned by a
GetBlockrequest. A proof contains the list of hash values required to recalculate the specified digest using a Merkle tree, starting with the specified block.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROOF() |
Getter for PROOF |