Show / Hide Table of Contents

Class HcsTopicDataExtensions

Extension methods for querying HCS topic data from the mirror node.

Inheritance
object
HcsTopicDataExtensions
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 HcsTopicDataExtensions

Methods

| Edit this page View Source

GetHcsTopicAsync(MirrorRestClient, EntityId, params IMirrorQueryFilter[])

Retrieves the information regarding a HCS topic.

Declaration
public static Task<HcsTopicData?> GetHcsTopicAsync(this MirrorRestClient client, EntityId topic, params IMirrorQueryFilter[] filters)
Parameters
Type Name Description
MirrorRestClient client

Mirror Rest Client to use for the request.

EntityId topic

The ID of the topic to retrieve.

IMirrorQueryFilter[] filters

Additional query filters if desired.

Returns
Type Description
Task<HcsTopicData>

The information for the specified topic, or null if not found.

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