Storage constructor

Storage(
  1. Config _config
)

Creates a new Storage instance.

This constructor is typically called internally by the Calljmp client and should not be used directly in application code.

Parameters

  • _config: The SDK configuration containing API endpoints and settings

Implementation

Storage(this._config);