@cardanowall/sdk-ts 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3445,8 +3445,12 @@ var RecordsNamespace = class {
3445
3445
  * between.
3446
3446
  *
3447
3447
  * Auth required (Bearer with `poe:read` scope, or NextAuth session
3448
- * cookie). Optional `verify_uris` toggles URI hash-equivalence checks;
3449
- * `decryption[]` drives trial-decrypt of sealed envelopes per item.
3448
+ * cookie). This is the hosted PUBLIC verifier: it accepts no decryption
3449
+ * credentials, and sealed items report as unverifiable without decryption.
3450
+ * To verify as a recipient (decrypt + plaintext-hash recheck), run the
3451
+ * `verifier` module locally with its `decryption` input — keys never leave
3452
+ * the process. Optional `fetch_content: false` skips content re-fetching;
3453
+ * affected claims report `not_checked`.
3450
3454
  */
3451
3455
  async verify(txHash, input) {
3452
3456
  const response = await this.config.fetch(