Mode0NodeInterfaceService

@safe
struct Mode0NodeInterfaceService {
const(SecureNet) net;
const(HiRPC) hirpc;
ActorHandle epoch_creator_handle;
ActorHandle dart_handle;
shared(AddressBook) addressbook;
}

Constructors

this
this(shared(SecureNet) shared_net, shared(AddressBook) addressbook, TaskNames tn)