mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 13:38:35 +00:00
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
|