Class ContractLogInfo

The log information for an event returned by a smart contract function call. One function call may return several such events.

Hierarchy

  • ContractLogInfo

Constructors

Properties

Constructors

Properties

bloom: Uint8Array

Bloom filter for a particular log.

contractId: ContractId

Address of a contract that emitted the event.

data: Uint8Array

Event data.

topics: Uint8Array[]

Topics of a particular event.

Generated using TypeDoc