Class ContractEvent
Represents the log events returned by a contract function call.
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed class ContractEvent
Properties
| Edit this page View SourceBloom
Bloom filter for this log record.
Declaration
public ReadOnlyMemory<byte> Bloom { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyMemory<byte> |
Contract
Address of the contract that emitted the event.
Declaration
public EntityId Contract { get; }
Property Value
| Type | Description |
|---|---|
| EntityId |
Data
The event data returned.
Declaration
public EncodedParams Data { get; }
Property Value
| Type | Description |
|---|---|
| EncodedParams |
Topics
Associated Event Topics
Declaration
public ReadOnlyMemory<byte>[] Topics { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyMemory<byte>[] |