Interface SwarmSpecEncryptionConfig

Parameters related to encryption-at-rest. SwarmSpecEncryptionConfig

interface SwarmSpecEncryptionConfig {
    AutoLockManagers?: boolean;
}

Properties

AutoLockManagers?: boolean

If set, generate a key and use it to lock data stored on the managers.