4 lines
96 B
Go
4 lines
96 B
Go
package core
|
|
|
|
// Transaction is a process recorded in the NEO system.
|
|
type Transaction struct{}
|