View source: R/qldb_operations.R
qldb_get_block | R Documentation |
Returns a block object at a specified address in a journal. Also returns a proof of the specified block for verification if DigestTipAddress
is provided.
See https://www.paws-r-sdk.com/docs/qldb_get_block/ for full documentation.
qldb_get_block(Name, BlockAddress, DigestTipAddress = NULL)
Name |
[required] The name of the ledger. |
BlockAddress |
[required] The location of the block that you want to request. An address is an
Amazon Ion structure that has two fields: For example: |
DigestTipAddress |
The latest block location covered by the digest for which to request a
proof. An address is an Amazon Ion structure that has two fields:
For example: |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.