Problem
The only way to check whether a document hash exists on-chain is through the full verify endpoint, which queries Stellar and returns a large response. There is no lightweight existence check for use in high-frequency polling scenarios.
Proposed Solution
Create a document existence check endpoint inside contract/module/exists/ that returns a minimal boolean response.
Acceptance Criteria
Problem
The only way to check whether a document hash exists on-chain is through the full verify endpoint, which queries Stellar and returns a large response. There is no lightweight existence check for use in high-frequency polling scenarios.
Proposed Solution
Create a document existence check endpoint inside
contract/module/exists/that returns a minimal boolean response.Acceptance Criteria