How to get attachment metadata in Corda
Clash Royale CLAN TAG#URR8PPP
How to get attachment metadata in Corda
Documents are stored in Corda using the following API:
proxy.uploadAttachmentWithMetadata(pathname, uploader, filename)
The following API is used to fetch the list of AttachmentId
queryAttachments(Query: AttachmentQueryCriteria, sorting: AttachmentSort?) List<Atta
chmentId>
Is there any way to know metadata such as the uploader and the filename?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Comments
Post a Comment