1
1
mirror of https://github.com/wader/fq.git synced 2024-10-26 20:06:29 +03:00
fq/format/opentimestamps/opentimestamps.md
2023-09-26 15:22:23 -03:00

499 B

View a full OpenTimestamps file

$ fq dd file.ots

List the names of the Calendar servers used

$ fq '.operations | map(select(.attestation_type == "calendar") | .url)' file.ots

Check if there are Bitcoin attestations present

$ fq '.operations | map(select(.attestation_type == "bitcoin")) | length > 0' file.ots

Authors

References