Options
All
  • Public
  • Public/Protected
  • All
Menu

The InteractionManager is an entry point to dealing with Interactions. It also manages {@link InteractionTransport}s by extending Transportable. It is meant to be instantiated in context of a JolocomSDK instance.

Interactions are not serialized or fetched from storage, only the interaction tokens ({@link JSONWebToken}). Currently the InteractionManager holds a map of all interactions in memory, keyed by ID (which is just the nonce of the first {@link JSONWebToken}).

Hierarchy

  • InteractionManager

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly ctx

ctx: Agent

interactions

interactions: {}

Type declaration

Methods

getInteraction

start

Generated using TypeDoc