Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 691 Bytes

Transaction Receipt.md

File metadata and controls

21 lines (19 loc) · 691 Bytes

Transaction receipt is a tuple of four items comprising: 

  1. The cumulative gas used in the block containing the transaction receipt as of immediately after the transaction has happened
  2. The set of logs created through execution of the transaction
  3. The Bloom filter composed from information in those logs
  4. The status code of the transaction

Slide Screenshot

055.jpg


Slide Text

  • Four Item Tuple (n, n, n, n)
  • Cumulative Gas Used
  • Tx -> Set of Logs
  • Logs -> Bloom Filter
  • Tx Status Code

References