Event is a consensus service event that may be emitted during processing of a transaction.

interface ConsensusEvent {
    governance?: GovernanceEvent;
    registry?: RegistryEvent;
    roothash?: RootHashEvent;
    staking?: StakingEvent;
}

Properties

governance?: GovernanceEvent
registry?: RegistryEvent
roothash?: RootHashEvent
staking?: StakingEvent