Documentation ¶
Index ¶
Constants ¶
View Source
const ( TOPIC_SAVE_BLOCK_COMPLETE = "svblkcmp" TOPIC_SMART_CODE_EVENT = "scevt" TOPIC_PENDING_TX_EVENT = "pendingtx" TOPIC_CHAIN_EVENT = "chainevt" TOPIC_ETH_SC_EVENT = "ethscevt" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockConsensusComplete ¶ added in v1.6.0
type ChainEventMsg ¶ added in v1.17.0
type ChainEventMsg struct {
ChainEvent *core.ChainEvent
}
type EthSmartCodeEvent ¶ added in v1.17.0
type EthSmartCodeEventMsg ¶ added in v1.17.0
type EthSmartCodeEventMsg struct {
Event EthSmartCodeEvent
}
type PendingTxMsg ¶ added in v1.17.0
type PendingTxMsg struct {
Event PendingTxs
}
type PendingTxs ¶ added in v1.17.0
type PendingTxs []*types2.Transaction
type SaveBlockCompleteMsg ¶
type SmartCodeEventMsg ¶
type SmartCodeEventMsg struct {
Event *types.SmartCodeEvent
}
Click to show internal directories.
Click to hide internal directories.