data class NodeHandle
| <init> |
NodeHandle(nodeInfo: NodeInfo, rpc: CordaRPCOps, configuration: FullNodeConfiguration, process: Process) |
| configuration |
val configuration: FullNodeConfiguration |
| nodeInfo |
val nodeInfo: NodeInfo |
| process |
val process: Process |
| rpc |
val rpc: CordaRPCOps |
| rpcClientToNode |
fun rpcClientToNode(): CordaRPCClient |