Module contract

Module contract 

Source
Expand description

This module defines the contract event type and related types.

Structs§

ContractEvent
Wrapper around a contract event that is to be archived or sent to a websocket client.
ContractTxEvent
Contract event with origin OriginHash.

Constants§

ORIGIN_HASH_BYTES

Type Aliases§

OriginHash
Origin hash of a contract event. This is in most cases the transaction hash. In the case of a reward or slash event, it is the block hash.