public APIServer
Top level interface to external interaction with the distributed ledger.
Wherever a list is returned by a fetchXXX method that corresponds with an input list, that output list will have optional elements where a null indicates "missing" and the elements returned will be in the order corresponding with the input list.
Modifier and Type | Method and Description |
---|---|
NodeInfo |
info()
Report this node's configuration and identities.
|
java.time.LocalDateTime |
serverTime()
Report current UTC time as understood by the platform.
|
javax.ws.rs.core.Response |
status()
Report whether this node is started up or not.
|
java.time.LocalDateTime serverTime()
Report current UTC time as understood by the platform.
javax.ws.rs.core.Response status()
Report whether this node is started up or not.
NodeInfo info()
Report this node's configuration and identities.