EventLogEncryption.ts overview
Since v1.0.0
Exports Grouped by Category
encrytion
EventLogEncryption (class)
Signature
declare class EventLogEncryption
Since v1.0.0
layerSubtle
Signature
declare const layerSubtle: Layer.Layer<EventLogEncryption>
Since v1.0.0
makeEncryptionSubtle
Signature
declare const makeEncryptionSubtle: (crypto: Crypto) => Effect.Effect<typeof EventLogEncryption.Service>
Since v1.0.0
models
EncryptedEntry
Signature
declare const EncryptedEntry: any
Since v1.0.0
EncryptedRemoteEntry
Signature
declare const EncryptedRemoteEntry: any
Since v1.0.0
EncryptedRemoteEntry (interface)
Signature
export interface EncryptedRemoteEntry extends Schema.Schema.Type<typeof EncryptedRemoteEntry> {}
Since v1.0.0