corda / net.corda.node.webserver.api / APIServer

APIServer

@Path("") interface 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.

Functions

info abstract fun info(): NodeInfo

Report this node's configuration and identities.

serverTime abstract fun serverTime(): LocalDateTime

Report current UTC time as understood by the platform.

status abstract fun status(): Response

Report whether this node is started up or not.

Inheritors

APIServerImpl class APIServerImpl : APIServer