This function returns the same result as eth_getTransactionReceipt
and also a tx proof, receipt proof and serialized block headers.
Invocation |
|
Parameter | Type | Description |
txHash |
| |
includeHeader |
| |
Returned type | Description |
| |
proof.getTransactionByHash(txHash, includeHeader)
TransactionWithProof
Field name | Type |
Transaction |
|
TxProof |
|
BlockHeader |
|
TransactionForRpc
Field name | Type |
Hash |
|
Nonce |
|
BlockHash |
|
BlockNumber |
|
TransactionIndex |
|
From |
|
To |
|
Value |
|
GasPrice |
|
Gas |
|
Data |
|
Input |
|
V |
|
S |
|
R |
|
See also JSON RPC proof_getTransactionByHash
This function should return the same result as eth_call
and also proofs of all USED accunts and their storages and serialized block headers
Invocation |
|
Parameter | Type | Description |
txHash |
| |
includeHeader |
| |
Returned type | Description |
| |
proof.getTransactionReceipt(txHash, includeHeader)
ReceiptWithProof
Field name | Type |
Receipt |
|
TxProof |
|
ReceiptProof |
|
BlockHeader |
|
ReceiptForRpc
Field name | Type |
TransactionHash |
|
TransactionIndex |
|
BlockHash |
|
BlockNumber |
|
CumulativeGasUsed |
|
GasUsed |
|
From |
|
To |
|
ContractAddress |
|
Logs |
|
LogsBloom |
|
Root |
|
Status |
|
Error |
|