Show / Hide Table of Contents

Class TransactionTimestampDataExtensions

Extension methods for retrieving the latest consensus timestamp from the mirror node.

Inheritance
object
TransactionTimestampDataExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Mirror
Assembly: Hiero.dll
Syntax
public static class TransactionTimestampDataExtensions

Methods

| Edit this page View Source

GetLatestConsensusTimestampAsync(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.

  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph