Show / Hide Table of Contents

Class ContractEvent

Represents the log events returned by a contract function call.

Inheritance
object
ContractEvent
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed class ContractEvent

Properties

| Edit this page View Source

Bloom

Bloom filter for this log record.

Declaration
public ReadOnlyMemory<byte> Bloom { get; }
Property Value
Type Description
ReadOnlyMemory<byte>
| Edit this page View Source

Contract

Address of the contract that emitted the event.

Declaration
public EntityId Contract { get; }
Property Value
Type Description
EntityId
| Edit this page View Source

Data

The event data returned.

Declaration
public EncodedParams Data { get; }
Property Value
Type Description
EncodedParams
| Edit this page View Source

Topics

Associated Event Topics

Declaration
public ReadOnlyMemory<byte>[] Topics { get; }
Property Value
Type Description
ReadOnlyMemory<byte>[]
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph