Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.5 KB

File metadata and controls

25 lines (19 loc) · 1.5 KB

TransactionReceiptResponse

Properties

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

[Back to top] [Back to API list] [Back to Model list] [Back to README]