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

12 lines
156 B
Go
Raw Normal View History

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