forked from TrueCloudLab/neoneo-go
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
|