ipld-eth-server/pkg/core/contract.go
2017-12-05 09:39:58 -06:00

8 lines
109 B
Go

package core
type Contract struct {
Abi string
Hash string
Transactions []Transaction
}