IPFSNode.fromContainer constructor

IPFSNode.fromContainer(
  1. ServiceContainer _container
)

Creates an IPFSNode from a pre-configured service container.

Implementation

IPFSNode.fromContainer(this._container) : _logger = Logger('IPFSNode') {
  _logger.debug('Creating IPFS Node from container');

  // Validate required services
  _validateRequiredServices();
}