|
|
@@ -0,0 +1,39 @@
|
|
|
+---
|
|
|
+title: Reveal the random value for a given sequence number and blockchain.
|
|
|
+full: true
|
|
|
+_openapi:
|
|
|
+ method: GET
|
|
|
+ route: /v1/chains/{chain_id}/revelations/{sequence}
|
|
|
+ toc: []
|
|
|
+ structuredData:
|
|
|
+ headings: []
|
|
|
+ contents:
|
|
|
+ - content: >-
|
|
|
+ Reveal the random value for a given sequence number and blockchain.
|
|
|
+
|
|
|
+
|
|
|
+ Given a sequence number, retrieve the corresponding random value that
|
|
|
+ this provider has committed to.
|
|
|
+
|
|
|
+ This endpoint will not return the random value unless someone has
|
|
|
+ requested the sequence number on-chain.
|
|
|
+
|
|
|
+
|
|
|
+ Every blockchain supported by this service has a distinct sequence of
|
|
|
+ random numbers and chain_id.
|
|
|
+
|
|
|
+ Callers must pass the appropriate chain_id to ensure they fetch the
|
|
|
+ correct random number.
|
|
|
+---
|
|
|
+
|
|
|
+{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
|
|
+
|
|
|
+Reveal the random value for a given sequence number and blockchain.
|
|
|
+
|
|
|
+Given a sequence number, retrieve the corresponding random value that this provider has committed to.
|
|
|
+This endpoint will not return the random value unless someone has requested the sequence number on-chain.
|
|
|
+
|
|
|
+Every blockchain supported by this service has a distinct sequence of random numbers and chain_id.
|
|
|
+Callers must pass the appropriate chain_id to ensure they fetch the correct random number.
|
|
|
+
|
|
|
+<APIPage document={"https://fortuna.dourolabs.app/docs/openapi.json"} operations={[{"path":"/v1/chains/{chain_id}/revelations/{sequence}","method":"get"}]} webhooks={[]} hasHead={false} />
|