Class: WebContainer

(protected) WebContainer(nameopt)

A class representing the chaincode container hosting the JavaScript engine.

Constructor

(protected) new WebContainer(nameopt)

Constructor.

Parameters:
Name Type Attributes Description
name string <optional>

The name to use.

Source:

Methods

getLoggingService() → {LoggingService}

Get the logging service provided by the chaincode container.

Source:
Returns:

The logging service provided by the chaincode container.

Type
LoggingService

getName() → {string}

Get the name of the chaincode container.

Source:
Returns:

The name of the chaincode container.

Type
string

getVersion() → {string}

Get the version of the chaincode container.

Source:
Returns:

The version of the chaincode container.

Type
string