mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-01-23 15:20:15 +00:00
6 lines
92 B
Go
6 lines
92 B
Go
|
package smartcontract
|
||
|
|
||
|
// Contract represents a NEO smartcontract.
|
||
|
type Contract struct {
|
||
|
}
|