Model Registration (One-Time)
struct ModelSubmission {
bytes32 model_hash; // Unique zk-circuit hash
address verifier_contract; // Ethereum contract used for zk verification
address owner; // Wallet entitled to inference royalties
uint64 timestamp; // Registration time
string metadata_uri; // Off-chain descriptor (IPFS, Arweave)
}Last updated