Show / Hide Table of Contents

Class CryptoAllowanceDataExtensions

Extension methods for querying crypto allowance data from the mirror node.

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

Methods

| Edit this page View Source

GetAccountCryptoAllowancesAsync(MirrorRestClient, EntityId, params IMirrorQueryFilter[])

Retrieves the crypto allowances associated with this account.

Declaration
public static IAsyncEnumerable<CryptoAllowanceData> GetAccountCryptoAllowancesAsync(this MirrorRestClient client, EntityId account, params IMirrorQueryFilter[] filters)
Parameters
Type Name Description
MirrorRestClient client

Mirror Rest Client to use for the request.

EntityId account

The account ID

IMirrorQueryFilter[] filters

Additional query filters if desired.

Returns
Type Description
IAsyncEnumerable<CryptoAllowanceData>

A list of crypto allowances associated with this account.

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