Skip to main content

Variable: ResponseAccountInbox

const ResponseAccountInbox: Struct<{ inbox: 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-inbox"]>; }>

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