Skip to main content

Variable: ResponseAccountInboxes

const ResponseAccountInboxes: Struct<{ inboxes: Array$<Struct<{ accountAddress: typeof String$; authPolicy: Union<[Literal<["anonymous"]>, Literal<["optional_auth"]>, Literal<["requires_auth"]>]>; encryptionPublicKey: typeof String$; inboxId: typeof String$; isPublic: typeof Boolean$; signature: Struct<{ hex: typeof String$; recovery: typeof Number$; }>; }>>; type: Literal<["account-inboxes"]>; }>

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