Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { Module string `json:"module,omitempty"` Code uint32 `json:"code,omitempty"` Message string `json:"message,omitempty"` }
Error is a transaction execution error.
type Event ¶
type Event struct { Staking *staking.Event `json:"staking,omitempty"` Registry *registry.Event `json:"registry,omitempty"` RootHash *roothash.Event `json:"roothash,omitempty"` Governance *governance.Event `json:"governance,omitempty"` }
Event is a consensus service event that may be emitted during processing of a transaction.
Click to show internal directories.
Click to hide internal directories.