Skip to main content Link Search Menu Expand Document (external link)

EventLogEncryption.ts overview

Since v1.0.0


Exports Grouped by Category


encrytion

EventLogEncryption (class)

Signature

declare class EventLogEncryption

Source

Since v1.0.0

layerSubtle

Signature

declare const layerSubtle: Layer.Layer<EventLogEncryption>

Source

Since v1.0.0

makeEncryptionSubtle

Signature

declare const makeEncryptionSubtle: (crypto: Crypto) => Effect.Effect<typeof EventLogEncryption.Service>

Source

Since v1.0.0

models

EncryptedEntry

Signature

declare const EncryptedEntry: any

Source

Since v1.0.0

EncryptedRemoteEntry

Signature

declare const EncryptedRemoteEntry: any

Source

Since v1.0.0

EncryptedRemoteEntry (interface)

Signature

export interface EncryptedRemoteEntry extends Schema.Schema.Type<typeof EncryptedRemoteEntry> {}

Source

Since v1.0.0