mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-15 09:07:49 +00:00
6 lines
92 B
Go
6 lines
92 B
Go
|
package smartcontract
|
||
|
|
||
|
// Contract represents a NEO smartcontract.
|
||
|
type Contract struct {
|
||
|
}
|