Skip to main content

Type Alias: InboxMessageStorageEntry

InboxMessageStorageEntry = object

Defined in: packages/hypergraph/src/store.ts:12

Properties

authorAccountAddress

authorAccountAddress: string | null

Defined in: packages/hypergraph/src/store.ts:21


ciphertext

ciphertext: string

Defined in: packages/hypergraph/src/store.ts:15


createdAt

createdAt: string

Defined in: packages/hypergraph/src/store.ts:20


id

id: string

Defined in: packages/hypergraph/src/store.ts:13


plaintext

plaintext: string

Defined in: packages/hypergraph/src/store.ts:14


signature

signature: { hex: string; recovery: number; } | null

Defined in: packages/hypergraph/src/store.ts:16