真相盒子(Truth Box)
链上数据结构
struct PublicData {
Status _status;
uint256 _price;
uint256 _deadline;
}
struct SecretData {
address _minter;
bytes _encryptedData; // Encrypted payload (private key / evidence key)
bytes32 _nonce; // Encrypted nonce, requires decryption
}