NodeInterfaceService

@safe
struct NodeInterfaceService {
NodeInterfaceOptions opts;
const(SecureNet) net;
const(HiRPC) hirpc;
ActorHandle receive_handle;
PeerMgr p2p;
static
Topic node_action_event;
Document[uint] queued_sends;
bool[uint] should_close;
}

Constructors

this
this(immutable(NodeInterfaceOptions) opts, shared(StdSecureNet) shared_net, string message_handler_task)