55 - Transaction Receipt
Transaction receipt is a tuple of four items comprising:
- The cumulative gas used in the block containing the transaction receipt as of immediately after the transaction has happened
- The set of logs created through execution of the transaction
- The Bloom filter composed from information in those logs
- The status code of the transaction
- Four Item Tuple (n, n, n, n)
- Cumulative Gas Used
- Tx -> Set of Logs
- Logs -> Bloom Filter
- Tx Status Code