vechain-sdk-js icon indicating copy to clipboard operation
vechain-sdk-js copied to clipboard

JSON RPC Methods :: Probably NOT Hardhat required, BUT ONLY LISTED in web3-connex-providers methods

Open rodolfopietro97 opened this issue 1 year ago • 0 comments

UNDERSTAND, if this methods must be implemented or not

  • [ ] eth_coinbase
  • [ ] eth_feeHistory
  • [ ] eth_getBlockTransactionCountByHash
  • [ ] eth_getBlockTransactionCountByNumber
  • [ ] eth_getTransactionByBlockHashAndIndex
  • [ ] eth_getTransactionByBlockNumberAndIndex
  • [ ] eth_getUncleByBlockHashAndIndex
  • [ ] eth_getUncleByBlockNumberAndIndex
  • [ ] eth_getUncleCountByBlockHash
  • [ ] eth_getUncleCountByBlockNumber
  • [ ] eth_getWork
  • [ ] eth_mining
  • [ ] eth_hashrate
  • [ ] eth_protocolVersion
  • [ ] eth_sign
  • [ ] eth_submitWork
  • [ ] net_listening
  • [ ] net_peerCount
  • [ ] parity_nextNonce
  • [ ] eth_newFilter
  • [ ] eth_newBlockFilter
  • [ ] eth_newPendingTransactionFilter
  • [ ] eth_getFilterLogs
  • [ ] eth_getFilterChanges
  • [ ] eth_uninstallFilter

rodolfopietro97 avatar Jan 15 '24 14:01 rodolfopietro97