ipld-eth-server/core/blockchain_observer.go

6 lines
77 B
Go
Raw Normal View History

package core
type BlockchainObserver interface {
NotifyBlockAdded(Block)
}