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.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Hashgraph
Assembly: Hashgraph.dll
Syntax
public sealed class ContractEvent

Properties

| Improve this Doc View Source

Bloom

Bloom filter for this log record.

Declaration
public ReadOnlyMemory<byte> Bloom { get; }
Property Value
Type Description
ReadOnlyMemory<Byte>
| Improve this Doc View Source

Contract

Address of a contract that emitted the event.

Declaration
public Address Contract { get; }
Property Value
Type Description
Address
| Improve this Doc View Source

Data

The event data returned.

Declaration
public ContractCallResultData Data { get; }
Property Value
Type Description
ContractCallResultData
| Improve this Doc View Source

Topic

Associated Event Topics

Declaration
public ReadOnlyMemory<byte>[] Topic { get; }
Property Value
Type Description
ReadOnlyMemory<Byte>[]
  • Improve this Doc
  • View Source
In This Article
Back to top .NET Client Library for Hedera Hashgraph