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# c178cd4a-ecc6-4fc0-aea6-ccf5b7b04fdd
header: {
txn_type: test
txn_id: c178cd4a-ecc6-4fc0-aea6-ccf5b7b04fdd
block_id: 55397757
timestamp: 1709227003
tag:
}
proof: {
full: HyssN0HbA4uid048cZIl2i4gtPSe9w7ERHWRAuqlokQ=
stripped: MEUCIQCn7Vf/OFjA8iflPF1KtxXsTltZyrrxw96uXgikLB1b1QIgR4uKpLG5gxuAJuN3+y1gz6cUIB2qcVMwESCo2JJBVKo=
}
payload {"test":"bob"}