Skip to main content

Variable: ResponseAccountInboxMessages

const ResponseAccountInboxMessages: Struct<{ accountAddress: typeof String$; inboxId: typeof String$; messages: Array$<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-messages"]>; }>

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