forked from cerc-io/ipld-eth-server
12 lines
156 B
Go
12 lines
156 B
Go
package core
|
|
|
|
type WatchedContract struct {
|
|
Hash string
|
|
Transactions []Transaction
|
|
}
|
|
|
|
type ContractAttribute struct {
|
|
Name string
|
|
Type string
|
|
}
|