Skip to main content

Type Alias: InboxMessageStorageEntry

InboxMessageStorageEntry = object

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

Properties

authorAccountAddress

authorAccountAddress: string | null

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


ciphertext

ciphertext: string

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


createdAt

createdAt: string

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


id

id: string

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


plaintext

plaintext: string

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


signature

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

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