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

EventLogEncryption overview

Added in v1.0.0


Table of contents


encrytion

EventLogEncryption (class)

Signature

export declare class EventLogEncryption

Added in v1.0.0

layerSubtle

Signature

export declare const layerSubtle: Layer.Layer<EventLogEncryption>

Added in v1.0.0

makeEncryptionSubtle

Signature

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

Added in v1.0.0

models

EncryptedEntry

Signature

export declare const EncryptedEntry: any

Added in v1.0.0

EncryptedRemoteEntry

Signature

export declare const EncryptedRemoteEntry: any

Added in v1.0.0

EncryptedRemoteEntry (interface)

Signature

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

Added in v1.0.0