Skip to main content

Variable: ResponseAccountInboxMessage

const ResponseAccountInboxMessage: Struct<{ accountAddress: typeof String$; inboxId: typeof String$; message: Struct<{ authorAccountAddress: optional<typeof String$>; ciphertext: typeof String$; createdAt: typeof Date$; id: typeof String$; signature: optional<Struct<{ hex: typeof String$; recovery: typeof Number$; }>>; }>; type: Literal<["account-inbox-message"]>; }>

Defined in: packages/hypergraph/src/messages/types.ts:398