mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
Nodes can start without web server. Webserver now uses full node configuration.
This commit is contained in:
@ -82,6 +82,11 @@ interface CordaRPCOps : RPCOps {
|
||||
*/
|
||||
fun nodeIdentity(): NodeInfo
|
||||
|
||||
/**
|
||||
* Returns true if node is up and ready
|
||||
*/
|
||||
fun ready(): Boolean
|
||||
|
||||
/*
|
||||
* Add note(s) to an existing Vault transaction
|
||||
*/
|
||||
|
Reference in New Issue
Block a user