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}).
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}).