ipld-eth-server/pkg/core/watched_contract.go
2017-11-28 09:41:23 -06:00

12 lines
156 B
Go

package core
type WatchedContract struct {
Hash string
Transactions []Transaction
}
type ContractAttribute struct {
Name string
Type string
}