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 Object → EventFilter
Implements IDisposable, IEquatable<EventFilter>
Attributes NullableContextAttribute, NullableAttribute
Properties
EmittingModule
public string? EmittingModule { get; init; }
Property Value
EventType
public string? EventType { get; init; }
Property Value
Sender
public Address? Sender { get; init; }
Property Value
TransactionDigest
public string? TransactionDigest { get; init; }
Property Value
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()