forked from TrueCloudLab/neoneo-go
7 lines
120 B
Go
7 lines
120 B
Go
|
/*
|
||
|
Package block contains Neo block definition.
|
||
|
|
||
|
This is one of the core structures of Neo blockchain.
|
||
|
*/
|
||
|
package block
|