forked from openethereum/parity-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
JSONRPC ethcore module
Gav Wood edited this page Aug 10, 2016
·
2 revisions
These are RPCs specific to the operation of Parity.
-
ethcore_extraData
()
returnsd: DATA
Get the current extra data usedd
. -
ethcore_defaultExtraData
()
returnsd: DATA
Get the default extra datad
. -
ethcore_gasFloorTarget
()
returnst: QUANTITY
Get the gas-floor targett
. -
ethcore_gasCeilTarget
()
returnst: QUANTITY
Get the gas-ceiling targett
. -
ethcore_minGasPrice
()
returnsp: QUANTITY
Get the minimal allowable gas price in Weip
. -
ethcore_transactionsLimit
()
returns `` ???
-
ethcore_devLogs
()
returns[s0: STR, s1: STR, ...]
Get the array of recent logss0
,s1
, .... -
ethcore_devLogsLevels
()
returns `` ???
-
ethcore_netChain
()
returnss: STR
Get the chain on which the node is operatings
. -
ethcore_netMaxPeers
()
returnsi: INT
Get the maximum amount of peersi
. -
ethcore_netPort
()
returnsi: INT
Get the port on which we are listeningi
. -
ethcore_nodeName
()
returnss: STR
Get the node's identifying names
. -
ethcore_rpcSettings
()
returns `` ??? -
ethcore_gasPriceStatistics
()
returns[i0: QUANTITY, i1: QUANTITY, ... i8: QUANTITY]
get the octile distribution of recent transactions' gas prices;i0
is the minimum,i4
the median andi8
the maximum. -
ethcore_unsignedTransactionsCount
()
returns `` ??? -
ethcore_generateSecretPhrase
()
returnss: STR
get a cryptographically secure secret phrase with around 160 bits of entropy.
- [With Mist](Using parity with mist)
- For Mining
- [For Private Chains](Private Chains)
- [For PoA Chains](Proof of Authority Chains)
- [Coming from Geth](Importing a chain from Geth)
- Backing-up & Restoring
- Ethereum Classic