Problem
Contract data stored without validation. Invalid data may be stored, causing contract failures.
Solution
Implement \�alidateContractData(contractId, key, value, type?)\ in \src/soroban/index.ts. Validates data format and type before storage.
Acceptance Criteria
Note for contributors
Reference contract data types. Add tests to \src/tests/soroban.test.ts.
Problem
Contract data stored without validation. Invalid data may be stored, causing contract failures.
Solution
Implement \�alidateContractData(contractId, key, value, type?)\ in \src/soroban/index.ts. Validates data format and type before storage.
Acceptance Criteria
Note for contributors
Reference contract data types. Add tests to \src/tests/soroban.test.ts.