You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -415,6 +415,10 @@ mintAuth: Minted $CERT
415
415
mintAuth: Minted $AUTH
416
416
```
417
417
418
+
> NOTE:
419
+
> Validity is measured in milliseconds (ms). `60 * 60 * 1000` is `3600000 ms`
420
+
> which means our certificates in this example are valid for one hour.
421
+
418
422
The `coop-pab-cli mint-cert-redeemers` issues [Certificate redeemer
419
423
tokens](coop-docs/02-plutus-protocol.md#cert-rdmr-token) to a special wallet
420
424
that will be used in`coop-pab-cli garbage-collect`command to 'garbage collect'
@@ -731,6 +735,8 @@ collect it at any time after publishing.
731
735
> Users can specify validity time for the [Fact Statement UTxOs](coop-docs/02-plutus-protocol.md#fs-validator) they created and adjust it to the needs of the dApps they are referenced with.
732
736
> Some Fact Statements are going to be short lived, and some long lived, that largely depends on how the Fact Statement is used by a Cardano dApp.
733
737
> Protocol enables Submitters to 'garbage collect' obsolete [Fact Statement UTxOs](coop-docs/02-plutus-protocol.md#fs-validator) and reclaim the [Min UTxO Ada](https://docs.cardano.org/native-tokens/minimum-ada-value-requirement) held within.
738
+
>
739
+
> Validity time is specified using a [Unix timestamp](https://www.unixtimestamp.com/) in milliseconds. When interacting with the GRPC service ensure that your tooling can convert its native timestamps to milliseconds.
734
740
735
741
Let's issue a request against the [Publisher gRPC](coop-proto/publisher-service.proto) service:
0 commit comments