values constant

List<EthereumMethods> const values

Implementation

static const List<EthereumMethods> values = [
  netVersion,
  signTypedData,
  createAccessList,
  getNodeInfo,
  getProtocolVersion,
  subscribe,
  getSyncing,
  getCoinbase,
  getMining,
  getHashRate,
  getGasPrice,
  getAccounts,
  getBlockNumber,
  getBalance,
  getStorageAt,
  getTransactionCount,
  getBlockTransactionCountByHash,
  getBlockTransactionCountByNumber,
  getUncleCountByBlockHash,
  getUncleCountByBlockNumber,
  getCode,
  sign,
  signTransaction,
  sendTransaction,
  sendRawTransaction,
  call,
  estimateGas,
  getBlockByHash,
  getBlockByNumber,
  getTransactionByHash,
  getTransactionByBlockHashAndIndex,
  getTransactionByBlockNumberAndIndex,
  getTransactionReceipt,
  getUncleByBlockHashAndIndex,
  getUncleByBlockNumberAndIndex,
  getCompilers,
  compileSolidity,
  compileLLL,
  compileSerpent,
  newFilter,
  newBlockFilter,
  newPendingTransactionFilter,
  uninstallFilter,
  getFilterChanges,
  getFilterLogs,
  getLogs,
  getWork,
  submitWork,
  submitHashrate,
  getFeeHistory,
  getPendingTransactions,
  requestAccounts,
  getChainId,
  getProof,
  getNodeInfo
];