Preparing search index...
The search index is not available
@oasisprotocol/client
@oasisprotocol/client
types
ConsensusEvent
Interface ConsensusEvent
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
;
}
Index
Properties
governance?
registry?
roothash?
staking?
Properties
Optional
governance
governance
?:
GovernanceEvent
Optional
registry
registry
?:
RegistryEvent
Optional
roothash
roothash
?:
RootHashEvent
Optional
staking
staking
?:
StakingEvent
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
governance
registry
roothash
staking
@oasisprotocol/client
Loading...
Event is a consensus service event that may be emitted during processing of a transaction.