Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GatewayOnboardedEvent = common.BytesToHash(crypto.Keccak256([]byte("GatewayOnboarded(bytes32,address)"))) GatewayOffboardedEvent = common.BytesToHash(crypto.Keccak256([]byte("GatewayOffboarded(bytes32)"))) GatewayUpdatedEvent = common.BytesToHash(crypto.Keccak256([]byte("GatewayUpdated(bytes32)"))) GatewayTransferredEvent = common.BytesToHash(crypto.Keccak256([]byte("GatewayTransferred(bytes32,address,address)"))) )
Functions ¶
This section is empty.
Types ¶
type ChainSync ¶
type ChainSync struct {
// contains filtered or unexported fields
}
func NewChainSync ¶
func (*ChainSync) SetFuncs ¶
func (cs *ChainSync) SetFuncs(pendingEventFunc interfac.PendingEventFunc, eventsFunc interfac.EventsFunc, setCurrentBlockFunc chainsync.SetCurrentBlockFunc, currentBlockFunc chainsync.CurrentBlockFunc)
SetFuncs implements source.Source
Click to show internal directories.
Click to hide internal directories.