@@ -2007,6 +2007,17 @@ The subset of the [BlockObject](#blockobject) containing only the header values
2007
2007
| ` height` | number | The height of the block. |
2008
2008
| ` timestamp` | object | Contains time related fields. |
2009
2009
2010
+ ### ` BlockDigestObject`
2011
+
2012
+ A lightweight subset of the [BlockObject](#blockobject) containing only the id, height, and timestamp of a block.
2013
+
2014
+ | Key | Value Type | Description |
2015
+ | ----------- | ---------- | ----------------------------- |
2016
+ | ` id` | string | The id of the block. |
2017
+ | ` height` | number | The height of the block. |
2018
+ | ` timestamp` | string | The timestamp of the block. |
2019
+
2020
+
2010
2021
### ` CollectionGuaranteeObject`
2011
2022
2012
2023
A collection that has been included in a block.
@@ -2249,7 +2260,7 @@ interface SubscriptionParams<T extends SubscriptionTopic> {
2249
2260
|-------------------------|----------------------------------------|-----------------------|
2250
2261
| ` " blocks" ` | [` SubscriptionArgs< " blocks" > ` ](#blocks-blockheaders-blockdigests) | [` Block` ](#blockobject) |
2251
2262
| ` " block_headers" ` | [` SubscriptionArgs< " block_headers" > ` ](#blocks-blockheaders-blockdigests) | [` BlockHeader` ](#blockheaderobject) |
2252
- | ` " block_digests" ` | [` SubscriptionArgs< " block_digests" > ` ](#blocks-blockheaders-blockdigests) | ` BlockDigest` |
2263
+ | ` " block_digests" ` | [` SubscriptionArgs< " block_digests" > ` ](#blocks-blockheaders-blockdigests) | [ ` BlockDigest` ](#blockdigestobject) |
2253
2264
| ` " account_statuses" ` | [` SubscriptionArgs< " account_statuses" > ` ](#accountstatuses) | [` AccountStatus` ] |
2254
2265
| ` " transaction_statuses" ` | [` SubscriptionArgs< " transaction_statuses" > ` ](#transaction-statuses-2) | [` TransactionStatus` ](#transactionstatusobject) |
2255
2266
| ` " events" ` | [` SubscriptionArgs< " events" > ` ](#events-2) | [` Event ` ] |
0 commit comments