Skip to main content

Variable: AccountInbox

const AccountInbox: 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$; }>; }>

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