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
f97c75828a
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
}
Reference in New Issue
Copy Permalink