This website requires JavaScript.
Explore
Help
Sign In
deep-stack
/
ipld-eth-server
Watch
6
Star
0
Fork
0
You've already forked ipld-eth-server
forked from
cerc-io/ipld-eth-server
Code
Pull Requests
Activity
5979eb5f8a
ipld-eth-server
/
core
/
block.go
9 lines
112 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
import
"math/big"
type
Block
struct
{
Output the number of transactions when logging a new block
2017-10-23 20:02:56 +00:00
Number
*
big
.
Int
NumberOfTransactions
int
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
}
Copy Permalink