Class: EmbeddedContainer

(protected) EmbeddedContainer()

A class representing the chaincode container hosting the JavaScript engine.

Constructor

(protected) new EmbeddedContainer()

Constructor.

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

getUUID() → {string}

Get the UUID of the chaincode container.

Source:
Returns:

The UUID 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