Variable: AccountInbox
constAccountInbox:Struct<{accountAddress: typeofString$;authPolicy:Union<[Literal<["anonymous"]>,Literal<["optional_auth"]>,Literal<["requires_auth"]>]>;encryptionPublicKey: typeofString$;inboxId: typeofString$;isPublic: typeofBoolean$;signature:Struct<{hex: typeofString$;recovery: typeofNumber$; }>; }>
Defined in: packages/hypergraph/src/messages/types.ts:333