mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 19:29:39 +00:00
b56e028733
For the most important packages at least.
6 lines
138 B
Go
6 lines
138 B
Go
/*
|
|
Package transaction contains Neo transaction definition.
|
|
|
|
This is one of the core structures of Neo blockchain.
|
|
*/
|
|
package transaction
|