forked from TrueCloudLab/neoneo-go
b56e028733
For the most important packages at least.
6 lines
120 B
Go
6 lines
120 B
Go
/*
|
|
Package block contains Neo block definition.
|
|
|
|
This is one of the core structures of Neo blockchain.
|
|
*/
|
|
package block
|