ipld-eth-server/pkg/core/contract.go

6 lines
52 B
Go
Raw Normal View History

package core
type Contract struct {
Hash string
}