Get Digest
qldb_get_digest | R Documentation |
Returns the digest of a ledger at the latest committed block in the journal¶
Description¶
Returns the digest of a ledger at the latest committed block in the journal. The response includes a 256-bit hash value and a block address.
Usage¶
qldb_get_digest(Name)
Arguments¶
Name |
[required] The name of the ledger. |
Value¶
A list with the following syntax:
list(
Digest = raw,
DigestTipAddress = list(
IonText = "string"
)
)
Request syntax¶
svc$get_digest(
Name = "string"
)