Clears an authority account for signing consensus messages. Blocks will not be sealed.
Invocation |
|
This method doesn't have parameters. |
Returned type | Description |
| |
parity.clearEngineSigner()
See also JSON RPC parity_clearEngineSigner
Returns the node enode URI.
Invocation |
|
This method doesn't have parameters. |
Returned type | Description |
| |
parity.enode
See also JSON RPC parity_enode
Get receipts from all transactions from particular block, more efficient than fetching the receipts one-by-one.
Invocation |
|
Parameter | Type | Description |
blockParameter |
| |
Returned type | Description |
| |
parity.getBlockReceipts(blockParameter)
BlockParameter
Field name | Type |
Type |
|
BlockNumber |
|
BlockHash |
|
RequireCanonical |
|
BlockParameterType
Quantity
or String
(latest, earliest, pending)
ReceiptForRpc
Field name | Type |
TransactionHash |
|
TransactionIndex |
|
BlockHash |
|
BlockNumber |
|
CumulativeGasUsed |
|
GasUsed |
|
From |
|
To |
|
ContractAddress |
|
Logs |
|
LogsBloom |
|
Root |
|
Status |
|
Error |
|
LogEntryForRpc[]
Field name | Type |
Length |
|
LongLength |
|
Rank |
|
SyncRoot |
|
IsReadOnly |
|
IsFixedSize |
|
IsSynchronized |
|
See also JSON RPC parity_getBlockReceipts
Returns connected peers. Peers with non-empty protocols have completed handshake.
Invocation |
|
This method doesn't have parameters. |
Returned type | Description |
| |
parity.netPeers
ParityNetPeers
Field name | Type |
Active |
|
Connected |
|
Max |
|
Peers |
|
PeerInfo[]
Field name | Type |
Length |
|
LongLength |
|
Rank |
|
SyncRoot |
|
IsReadOnly |
|
IsFixedSize |
|
IsSynchronized |
|
See also JSON RPC parity_netPeers
Returns a list of transactions currently in the queue.
Invocation |
|
This method doesn't have parameters. |
Returned type | Description |
| |
parity.pendingTransactions()
ParityTransaction
Field name | Type |
Hash |
|
Nonce |
|
BlockHash |
|
BlockNumber |
|
TransactionIndex |
|
From |
|
To |
|
Value |
|
GasPrice |
|
Gas |
|
Input |
|
Raw |
|
Creates |
|
PublicKey |
|
ChainId |
|
Condition |
|
R |
|
S |
|
V |
|
StandardV |
|
PublicKey
Field name | Type |
Address |
|
Bytes |
|
PrefixedBytes |
|
UInt64
Field name | Type |
See also JSON RPC parity_pendingTransactions
Sets an authority account for signing consensus messages.
Invocation |
|
Parameter | Type | Description |
address |
| |
password |
| |
Returned type | Description |
| |
parity.setEngineSigner(address, password)
See also JSON RPC parity_setEngineSigner
Sets an authority account for signing consensus messages.
Invocation |
|
Parameter | Type | Description |
privateKey |
| |
Returned type | Description |
| |
parity.setEngineSignerSecret(privateKey)