mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-01 11:04:15 +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
|