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

8 lines
109 B
Go
Raw Normal View History

package core
type Contract struct {
2017-12-04 22:54:35 +00:00
Abi string
Hash string
Transactions []Transaction
2017-11-28 20:40:05 +00:00
}