wormhole/bridge/pkg/common/bridgewatcher.go

6 lines
93 B
Go

package common
type BridgeWatcher interface {
WatchLockups(events chan *ChainLock) error
}