Skip to main content

TransactionEvents

Namespace: IotaSdk

Events emitted during the successful execution of a transaction

BCS

The BCS serialized form for this type is defined by the following ABNF:

transaction-events = vector event
public class TransactionEvents : ITransactionEvents, System.IDisposable

Inheritance ObjectTransactionEvents
Implements ITransactionEvents, IDisposable
Attributes NullableContextAttribute, NullableAttribute

Constructors

TransactionEvents(UInt64)

public TransactionEvents(ulong pointer)

Parameters

pointer UInt64

TransactionEvents(Event[])

public TransactionEvents(Event[] events)

Parameters

events Event[]

Methods

Destroy()

public void Destroy()

Dispose()

public void Dispose()

Digest()

public TransactionEventsDigest Digest()

Returns

TransactionEventsDigest

Events()

public Event[] Events()

Returns

Event[]