public BlockchainNodeState(NodeEndpointName nodeEndpoint) { NodeEndpoint = nodeEndpoint; Initialized = false; NodeProcessState = new NodeProcessState(); NodeDeploymentState = new NodeDeploymentState(); NodeOperationState = new NodeOperationState(); NodeLogState = new NodeLogState(); Resources = new Dictionary <string, Guid>(); }
public BlockchainNodeState(NodeEndpointName nodeEndpoint) { NodeEndpoint = nodeEndpoint; Initialized = false; Resources = new Dictionary <string, Guid>(); }