parity_getBlockReceipts
Params
(1)1. block (required)
U64
(one of)
string or null
Match pattern:
^0x([1-9a-f][0-9a-f]{0,15}|0)$
Result
(parity_getBlockReceipts_result)array of:
blockHash
stringMatch pattern:
^0x[0-9,a-f,A-F]{64}$
blockNumber
stringMatch pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
burntGasFee
string or null
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
contractAddress
string or null
Match pattern:
^0x[0-9,a-f,A-F]{40}$
cumulativeGasUsed
stringMatch pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
effectiveGasPrice
stringMatch pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
from
stringMatch pattern:
^0x[0-9,a-f,A-F]{40}$
gasUsed
stringMatch pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
logs
array[Log]address
stringMatch pattern:
^0x[0-9,a-f,A-F]{40}$
blockHash
stringMatch pattern:
^0x[0-9,a-f,A-F]{64}$
blockNumber
stringMatch pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
data
stringMatch pattern:
^0x[0-9a-f]*$
logIndex
string or null
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
removed
booleantopics
array[string]transactionHash
stringMatch pattern:
^0x[0-9,a-f,A-F]{64}$
transactionIndex
stringMatch pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
transactionLogIndex
string or null
Match pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
logsBloom
stringMatch pattern:
^0x[0-9,a-f,A-F]{512}$
statusCode
stringMatch pattern:
^0x([1-9a-f][0-9a-f]{0,15}|0)$
to
string or null
Match pattern:
^0x[0-9,a-f,A-F]{40}$
transactionHash
stringMatch pattern:
^0x[0-9,a-f,A-F]{64}$
transactionIndex
stringMatch pattern:
^0x([1-9a-f][0-9a-f]{0,63}|0)$
transactionType
string or null
Match pattern:
^0x([1-9a-f][0-9a-f]{0,15}|0)$
txExecErrorMsg
string or null
Match pattern:
^.*$