ipld-eth-server/core/blockchain.go

6 lines
91 B
Go
Raw Normal View History

package core
type Blockchain interface {
RegisterObserver(observer BlockchainObserver)
}