mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-01 13:49:13 +00:00
5 lines
96 B
Go
5 lines
96 B
Go
|
package core
|
||
|
|
||
|
// Transaction is a process recorded in the NEO system.
|
||
|
type Transaction struct{}
|