This website requires JavaScript.
Explore
Help
Sign In
deep-stack
/
ipld-eth-server
Watch
6
Star
0
Fork
0
You've already forked ipld-eth-server
forked from
cerc-io/ipld-eth-server
Code
Pull Requests
Activity
c806b8f13b
ipld-eth-server
/
pkg
/
core
/
contract.go
8 lines
109 B
Go
Raw
Normal View
History
Unescape
Escape
Add contracts table / start building out watch contracts
2017-11-09 19:59:12 +00:00
package
core
Update GetContractStateAttribute to take a Contract instead of contract hash
2017-11-30 22:36:18 +00:00
type
Contract
struct
{
Rename WatchedContract to Contract
2017-12-04 22:54:35 +00:00
Abi
string
Hash
string
Transactions
[
]
Transaction
Address PR comments
2017-11-28 20:40:05 +00:00
}
Copy Permalink