mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 03:38:35 +00:00
7 lines
138 B
Go
7 lines
138 B
Go
|
/*
|
||
|
Package transaction contains Neo transaction definition.
|
||
|
|
||
|
This is one of the core structures of Neo blockchain.
|
||
|
*/
|
||
|
package transaction
|