Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.04 KB

File metadata and controls

26 lines (18 loc) · 1.04 KB

TransactionReceiptResponse

Properties

Name Type Description Notes
blockHash String The block hash
blockNumber Integer The block number
contractAddress String The address of deployed contract [optional]
cumulativeGasUsed Integer The cumulative gas used in the transaction
effectiveGasPrice Integer The effective gas price
from String Sender address
gasUsed Integer Gas used by the transaction
logs List<TxLog> Array of transaction logs
logsBloom String Logs bloom filter
status Integer Transaction status (1 for success, 0 for failure)
to String Recipient address [optional]
transactionHash String The transaction hash
transactionIndex Integer Transaction index in the block
type String Type of transaction