Show / Hide Table of Contents

Class AccountIsFilter

Filter results by account ID.

Inheritance
object
AccountIsFilter
Implements
IMirrorQueryFilter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero.Mirror.Filters
Assembly: Hiero.dll
Syntax
public class AccountIsFilter : IMirrorQueryFilter

Constructors

| Edit this page View Source

AccountIsFilter(EntityId)

Constructor requires the account to filter the request by.

Declaration
public AccountIsFilter(EntityId account)
Parameters
Type Name Description
EntityId account

The ID of the account to filter the response by.

Properties

| Edit this page View Source

Name

The query parameter name recognized by the remote mirror node.

Declaration
public string Name { get; }
Property Value
Type Description
string
| Edit this page View Source

Value

The value of the query parameter sent to the mirror node.

Declaration
public string Value { get; }
Property Value
Type Description
string

Implements

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