mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-13 15:45:01 +00:00
6 lines
148 B
Go
6 lines
148 B
Go
|
/*
|
||
|
Package core implements Neo ledger functionality.
|
||
|
It's built around the Blockchain structure that maintains state of the ledger.
|
||
|
*/
|
||
|
package core
|