Skip to main content

EventFilter

Namespace: IotaSdk

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

Inheritance ObjectEventFilter
Implements IDisposable, IEquatable<EventFilter>
Attributes NullableContextAttribute, NullableAttribute

Properties

EmittingModule

public string? EmittingModule { get; init; }

Property Value

String

EventType

public string? EventType { get; init; }

Property Value

String

Sender

public Address? Sender { get; init; }

Property Value

Address

TransactionDigest

public string? TransactionDigest { get; init; }

Property Value

String

Constructors

EventFilter(String, String, Address, String)

public EventFilter(string? EmittingModule = null, string? EventType = null, Address? Sender = null, string? TransactionDigest = null)

Parameters

EmittingModule String?

EventType String?

Sender Address?

TransactionDigest String?

Methods

Dispose()

public void Dispose()