Problem
After a document is submitted there is no endpoint to retrieve the stored submission metadata (submitter identity, document_id, submission timestamp, Stellar transaction hash). Callers who need this information must re-query Stellar directly.
Proposed Solution
Create a DocumentMetadataEndpoint inside contract/module/metadata/ that retrieves and returns the stored submission metadata from Redis.
Acceptance Criteria
Problem
After a document is submitted there is no endpoint to retrieve the stored submission metadata (submitter identity, document_id, submission timestamp, Stellar transaction hash). Callers who need this information must re-query Stellar directly.
Proposed Solution
Create a DocumentMetadataEndpoint inside
contract/module/metadata/that retrieves and returns the stored submission metadata from Redis.Acceptance Criteria