EthRpcMethods class

The Ethereum RPC method names

Constructors

EthRpcMethods()

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
@pragma("vm.entry-point"), inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited

Constants

accounts → const String
'eth_accounts'
balance → const String
'eth_getBalance'
blockNumber → const String
'eth_blockNumber'
blockTransactionCountByHash → const String
'eth_getBlockTransactionCountByHash'
blockTransactionCountByNumber → const String
'eth_getBlockTransactionCountByNumber'
blockUncleCountByBlockHash → const String
'eth_getUncleCountByBlockHash'
blockUncleCountByBlockNumber → const String
'eth_getUncleCountByBlockNumber'
call → const String
'eth_call'
code → const String
'eth_getCode'
coinbaseAddress → const String
'eth_coinbase'
estimateGas → const String
'eth_estimateGas'
gasPrice → const String
'eth_gasPrice'
getBlockByHash → const String
'eth_getBlockByHash'
getBlockByNumber → const String
'eth_getBlockByNumber'
getFilterChanges → const String
'eth_getFilterChanges'
getFilterLogs → const String
'eth_getFilterLogs'
getLogs → const String
'eth_getLogs'
getTransactionByBlockHashAndIndex → const String
'eth_getTransactionByBlockHashAndIndex'
getTransactionByBlockNumberAndIndex → const String
'eth_getTransactionByBlockNumberAndIndex'
getTransactionByHash → const String
'eth_getTransactionByHash'
getTransactionReceipt → const String
'eth_getTransactionReceipt'
getUncleByBlockHashAndIndex → const String
'eth_getUncleByBlockHashAndIndex'
getUncleByBlockNumberAndIndex → const String
'eth_getUncleByBlockNumberAndIndex'
getWork → const String
'eth_getWork'
hashrate → const String
'eth_hashrate'
mining → const String
'eth_mining'
netListening → const String
'net_listening'
netPeerCount → const String
'net_peerCount'
netVersion → const String
'net_version'
newBlockFilter → const String
'eth_newBlockFilter'
newFilter → const String
'eth_newFilter'
newPendingTransactionFilter → const String
'eth_newPendingTransactionFilter'
protocolVersion → const String
'eth_protocolVersion'
sendRawTransaction → const String
'eth_sendRawTransaction'
sendTransaction → const String
'eth_sendTransaction'
shhNewIdentity → const String
'shh_newIdentity'
shhPost → const String
'shh_post'
shhVersion → const String
'shh_version'
sign → const String
'eth_sign'
storageAt → const String
'eth_getStorageAt'
submitHashrate → const String
'eth_submitHashrate'
submitWork → const String
'eth_submitWork'
syncing → const String
'eth_syncing'
transactionCount → const String
'eth_getTransactionCount'
uninstallFilter → const String
'eth_uninstallFilter'
web3ClientVersion → const String
'web3_clientVersion'
web3Sha3 → const String
'web3_sha3'