This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
ipld-eth-server
Watch
18
Star
0
Fork
1
You've already forked ipld-eth-server
Code
Issues
10
Pull Requests
1
Actions
Packages
Projects
Releases
37
Wiki
Activity
4733b25f54
ipld-eth-server
/
core
/
blockchain.go
7 lines
100 B
Go
Raw
Normal View
History
Unescape
Escape
Start introducing domain concepts * Potential observers include a logger and/or an observer that writes to the DB
2017-10-23 15:56:29 +00:00
package
core
type
Blockchain
interface
{
Refactor to use listener * This removes some duplication between the fake blockchain and geth blockchain. * This pulls the observers into the blockchain listener
2017-11-02 11:41:24 +00:00
SubscribeToBlocks
(
blocks
chan
Block
)
StartListening
(
)
Start introducing domain concepts * Potential observers include a logger and/or an observer that writes to the DB
2017-10-23 15:56:29 +00:00
}
Reference in New Issue
Copy Permalink