mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-06 19:41:17 +00:00
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
|