• Retrieves a storage schema by its name from the swarm's storage schema service. Logs the operation if logging is enabled in the global configuration.

    Parameters

    • storageName: string

      The name of the storage to retrieve.

    Returns IStorageSchema<IStorageData>

    The storage schema associated with the provided storage name.

    getStorage