EthereumMethods class
Represents Ethereum JSON-RPC methods.
Constructors
- EthereumMethods(String value)
- 
          The string value of the method.
            const
Properties
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Methods
- 
  fromName(String? name) → EthereumMethods? 
Constants
- call → const EthereumMethods
- compileLLL → const EthereumMethods
- compileSerpent → const EthereumMethods
- compileSolidity → const EthereumMethods
- createAccessList → const EthereumMethods
- estimateGas → const EthereumMethods
- ethSubscribe → const EthereumMethods
- ethUnsubscribe → const EthereumMethods
- getAccounts → const EthereumMethods
- getBalance → const EthereumMethods
- getBlockByHash → const EthereumMethods
- getBlockByNumber → const EthereumMethods
- getBlockNumber → const EthereumMethods
- getBlockTransactionCountByHash → const EthereumMethods
- getBlockTransactionCountByNumber → const EthereumMethods
- getChainId → const EthereumMethods
- getCode → const EthereumMethods
- getCoinbase → const EthereumMethods
- getCompilers → const EthereumMethods
- getFeeHistory → const EthereumMethods
- getFilterChanges → const EthereumMethods
- getFilterLogs → const EthereumMethods
- getGasPrice → const EthereumMethods
- getHashRate → const EthereumMethods
- getLogs → const EthereumMethods
- getMining → const EthereumMethods
- getNodeInfo → const EthereumMethods
- getPendingTransactions → const EthereumMethods
- getProof → const EthereumMethods
- getProtocolVersion → const EthereumMethods
- getStorageAt → const EthereumMethods
- getSyncing → const EthereumMethods
- getTransactionByBlockHashAndIndex → const EthereumMethods
- getTransactionByBlockNumberAndIndex → const EthereumMethods
- getTransactionByHash → const EthereumMethods
- getTransactionCount → const EthereumMethods
- getTransactionReceipt → const EthereumMethods
- getUncleByBlockHashAndIndex → const EthereumMethods
- getUncleByBlockNumberAndIndex → const EthereumMethods
- getUncleCountByBlockHash → const EthereumMethods
- getUncleCountByBlockNumber → const EthereumMethods
- getWork → const EthereumMethods
- netVersion → const EthereumMethods
- newBlockFilter → const EthereumMethods
- newFilter → const EthereumMethods
- newPendingTransactionFilter → const EthereumMethods
- requestAccounts → const EthereumMethods
- sendRawTransaction → const EthereumMethods
- sendTransaction → const EthereumMethods
- sign → const EthereumMethods
- signTransaction → const EthereumMethods
- signTypedData → const EthereumMethods
- submitHashrate → const EthereumMethods
- submitWork → const EthereumMethods
- subscribe → const EthereumMethods
- uninstallFilter → const EthereumMethods
- 
    values
  → const List<EthereumMethods>