NodeStarted type
A node has started
Signature:
export type NodeStarted = {
event: "nodeStarted";
nodeMetadata: NodeMetadata;
runningNodeMetadata: RunningNodeMetadata;
};
References: NodeMetadata, RunningNodeMetadata
A node has started
Signature:
export type NodeStarted = {
event: "nodeStarted";
nodeMetadata: NodeMetadata;
runningNodeMetadata: RunningNodeMetadata;
};
References: NodeMetadata, RunningNodeMetadata