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