Transaction data for the transaction ID is listed below. Each transaction on ClimateChain is stored in a private node. Transactions are put into blocks and linked together to form a chain. The link to the block ID below will take you to the block that includes this transaction ID.
Each transaction includes metadata (inlcuding a header), payload data, and proof. The metadata provides data about the transaction, the payload data is the actual data of the transaction, and the proof includes a hash of the full transaction (including the payload data) and a hash of the stripped transaction (excluding the payload data).
The payload can be a simple number, a string of text, JSON data that lists data as key-value pairs, and/or encoded data to store binary files (such as images or PDFs). This flexibility allows for a wide variety of data to be stored on ClimateChain.
Txn ID# 7441f4bb-86d8-43a3-b4a6-656b05ab4cd9
header: {
txn_type: SirrusYield
txn_id: 7441f4bb-86d8-43a3-b4a6-656b05ab4cd9
block_id: 55752051
timestamp: 1710998470
tag: Test 2
}
proof: {
full: uHy5kOTu6Y0whq47GJo4sPEQsG/q3YCB72/tF5H2Pxw=
stripped: MEQCIBAd2iPvIwxQF/TQNHzxyG+joBHXwZrt4B6L+QlccvFhAiAymF8pjJ/ZGWOQbuNGqNm2xj+kt/uQOpwq4y789jJ0SA==
}
payload {"filename":"TEST.pdf","company":"viiision","data":"W29iamVjdCBGaWxlXQ=="}