[Feature Request] Abstract Contract Interactions
BrettCleary opened this issue · 0 comments
BrettCleary commented
As a game dev, I would like to interface with an object representing a smart contract
Specification
Contract {
constructor(address, abi)
Array<Method> methods
getPastEvents
Events
once
transactionPollingTimeout
transactionConfirmationBlocks
}
Method {
call
send
}