6 lines
52 B
Go
6 lines
52 B
Go
|
package core
|
||
|
|
||
|
type Contract struct {
|
||
|
Hash string
|
||
|
}
|