Skip to main content

Module client

Module client 

Source
Expand description

IPC Client

Re-export from blvm-node.

Client-side IPC implementation that modules use to communicate with the node. blvm-node implements this with Unix domain sockets or Windows named pipes under the same type.

Structsยง

ModuleIpcClient
IPC client for modules to communicate with node