MoacRpcMethods class

Constructors

MoacRpcMethods()

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
'mc_accounts'
balance → const String
'mc_getBalance'
blockNumber → const String
'mc_blockNumber'
blockTransactionCountByHash → const String
'mc_getBlockTransactionCountByHash'
blockTransactionCountByNumber → const String
'mc_getBlockTransactionCountByNumber'
blockUncleCountByBlockHash → const String
'mc_getUncleCountByBlockHash'
blockUncleCountByBlockNumber → const String
'mc_getUncleCountByBlockNumber'
call → const String
'mc_call'
chain3ClientVersion → const String
'chain3_clientVersion'
chain3Sha3 → const String
'chain3_sha3'
code → const String
'mc_getCode'
coinbaseAddress → const String
'mc_coinbase'
estimateGas → const String
'mc_estimateGas'
gasPrice → const String
'mc_gasPrice'
getBlockByHash → const String
'mc_getBlockByHash'
getBlockByNumber → const String
'mc_getBlockByNumber'
getFilterChanges → const String
'mc_getFilterChanges'
getFilterLogs → const String
'mc_getFilterLogs'
getLogs → const String
'mc_getLogs'
getTransactionByBlockHashAndIndex → const String
'mc_getTransactionByBlockHashAndIndex'
getTransactionByBlockNumberAndIndex → const String
'mc_getTransactionByBlockNumberAndIndex'
getTransactionByHash → const String
'mc_getTransactionByHash'
getTransactionReceipt → const String
'mc_getTransactionReceipt'
getUncleByBlockHashAndIndex → const String
'mc_getUncleByBlockHashAndIndex'
getUncleByBlockNumberAndIndex → const String
'mc_getUncleByBlockNumberAndIndex'
getWork → const String
'mc_getWork'
hashrate → const String
'mc_hashrate'
mining → const String
'mc_mining'
netListening → const String
'net_listening'
netPeerCount → const String
'net_peerCount'
netVersion → const String
'net_version'
newBlockFilter → const String
'mc_newBlockFilter'
newFilter → const String
'mc_newFilter'
newPendingTransactionFilter → const String
'mc_newPendingTransactionFilter'
protocolVersion → const String
'mc_protocolVersion'
sendRawTransaction → const String
'mc_sendRawTransaction'
sendTransaction → const String
'mc_sendTransaction'
sign → const String
'mc_sign'
storageAt → const String
'mc_getStorageAt'
submitWork → const String
'mc_submitWork'
syncing → const String
'mc_syncing'
transactionCount → const String
'mc_getTransactionCount'
uninstallFilter → const String
'mc_uninstallFilter'