forked from TrueCloudLab/neoneo-go
6 lines
92 B
Go
6 lines
92 B
Go
|
package smartcontract
|
||
|
|
||
|
// Contract represents a NEO smartcontract.
|
||
|
type Contract struct {
|
||
|
}
|