Skip to content

Commit f35573c

Browse files
Add TimeSchema documentation link
1 parent 767e188 commit f35573c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exonum-java-binding/time-oracle/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ services = ["time"]
2525

2626
See more information on built-in services [here][built-in-services].
2727

28+
[`TimeSchema`][time-schema-javadoc] allows to access the state of time oracle.
2829
Below is an example of a service method that uses time oracle to return the consolidated time. Note
2930
that at the time when a new blockchain is launched, the consolidated time is unknown until the
3031
transactions containing time values from at least two thirds of validator nodes are processed.
@@ -55,3 +56,4 @@ See [LICENSE](../../LICENSE) for details.
5556

5657
[exonum-time]: https://exonum.com/doc/version/0.10/advanced/time/
5758
[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

0 commit comments

Comments
 (0)