class NodeMonitorModel
This model exposes raw event streams to and from the NodeMonitorService through a NodeMonitorClient
<init> |
NodeMonitorModel() This model exposes raw event streams to and from the NodeMonitorService through a NodeMonitorClient |
clientToService |
val clientToService: <ERROR CLASS><ClientToServiceCommand> |
serviceToClient |
val serviceToClient: <ERROR CLASS><ServiceToClientEvent> |
snapshot |
val snapshot: <ERROR CLASS><StateSnapshotMessage> |
register |
fun register(messagingService: MessagingService, monitorNodeInfo: NodeInfo): Unit Register for updates to/from a given wallet. |