Skip to main content

ObjectFilter

Namespace: IotaSdk

public record class ObjectFilter : System.IDisposable, System.IEquatable`1[[IotaSdk.ObjectFilter, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectObjectFilter
Implements IDisposable, IEquatable<ObjectFilter>
Attributes NullableContextAttribute, NullableAttribute

Properties

TypeTag

public string? TypeTag { get; init; }

Property Value

String

Owner

public Address? Owner { get; init; }

Property Value

Address

ObjectIds

public ObjectId[]? ObjectIds { get; init; }

Property Value

ObjectId[]

Constructors

ObjectFilter(String, Address, ObjectId[])

public ObjectFilter(string? TypeTag = null, Address? Owner = null, ObjectId[]? ObjectIds = null)

Parameters

TypeTag String?

Owner Address?

ObjectIds ObjectId[]?

Methods

Dispose()

public void Dispose()