Class TransactionTimestampDataExtensions
Extension methods for retrieving the latest consensus timestamp from the mirror node.
Inherited Members
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public static class TransactionTimestampDataExtensions
Methods
| Edit this page View SourceGetLatestConsensusTimestampAsync(MirrorRestClient)
Retrieves the latest consensus timestamp known by the mirror node.
Declaration
public static Task<ConsensusTimeStamp> GetLatestConsensusTimestampAsync(this MirrorRestClient client)
Parameters
| Type | Name | Description |
|---|---|---|
| MirrorRestClient | client | Mirror Rest Client to use for the request. |
Returns
| Type | Description |
|---|---|
| Task<ConsensusTimeStamp> | The latest consensus timestamp known by the mirror node. |