Defines the structure for storage data persistence in the swarm system. Wraps an array of storage data for persistence, used by PersistStorageUtils.
PersistStorageUtils
The type of storage data, defaults to IStorageData. IPersistStorageData
IStorageData
The array of storage data to persist (e.g., key-value pairs or records)
Defines the structure for storage data persistence in the swarm system. Wraps an array of storage data for persistence, used by
PersistStorageUtils
.