File tree 1 file changed +2
-0
lines changed
exonum-java-binding/time-oracle
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ services = ["time"]
25
25
26
26
See more information on built-in services [ here] [ built-in-services ] .
27
27
28
+ [ ` TimeSchema ` ] [ time-schema-javadoc ] allows to access the state of time oracle.
28
29
Below is an example of a service method that uses time oracle to return the consolidated time. Note
29
30
that at the time when a new blockchain is launched, the consolidated time is unknown until the
30
31
transactions containing time values from at least two thirds of validator nodes are processed.
@@ -55,3 +56,4 @@ See [LICENSE](../../LICENSE) for details.
55
56
56
57
[ exonum-time ] : https://exonum.com/doc/version/0.10/advanced/time/
57
58
[ built-in-services ] : https://exonum.com/doc/version/0.10/get-started/java-binding/#built-in-services
59
+ [ time-schema-javadoc ] : https://exonum.com/doc/api/java-time-oracle/0.5.0/com/exonum/binding/time/TimeSchema.html
You can’t perform that action at this time.
0 commit comments