Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProcessorManager ¶
type TxEvent ¶
type TxEvent struct {
Txid string
DependantTxIDs []string
Committed bool
Block uint64
IndexInBlock int
CommitPeer string
Err error
}
TxEvent contains information for token transaction commit
type TxEventsListener ¶
type TxEventsListener struct {
// contains filtered or unexported fields
}
func (*TxEventsListener) OnReceive ¶
func (l *TxEventsListener) OnReceive(event events.Event)
Click to show internal directories.
Click to hide internal directories.