G7DAO/web3.unreal

[Feature Request] Abstract Contract Interactions

BrettCleary opened this issue · 0 comments

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
}