Peer ID's id as a base58 string (multihash/CIDv0).
Public interface to Fluence JS
Get the default peer instance
the default peer instance
Get the default peer's status
Default peer's status
Initializes the default peer: starts the Aqua VM, initializes the default call service handlers and (optionally) connect to the Fluence network
object specifying peer configuration
Un-initializes the default peer: stops all the underlying workflows, stops the Aqua VM and disconnects from the Fluence network
Generated using TypeDoc
Enum representing the log level used in Aqua VM. Possible values: 'info', 'trace', 'debug', 'info', 'warn', 'error', 'off';