Skip to main content

Variable: ResponseSpaceInboxPublic

const ResponseSpaceInboxPublic: Struct<{ inbox: Struct<{ authPolicy: Union<[Literal<["anonymous"]>, Literal<["optional_auth"]>, Literal<["requires_auth"]>]>; creationEvent: Struct<{ author: Struct<{ accountAddress: typeof String$; signature: Struct<{ hex: typeof String$; recovery: typeof Number$; }>; }>; transaction: Struct<{ authPolicy: Union<[Literal<...>, Literal<...>, Literal<...>]>; encryptionPublicKey: typeof String$; id: typeof String$; inboxId: typeof String$; isPublic: typeof Boolean$; previousEventHash: typeof String$; secretKey: typeof String$; spaceId: typeof String$; type: Literal<["create-space-inbox"]>; }>; }>; encryptionPublicKey: typeof String$; inboxId: typeof String$; isPublic: typeof Boolean$; }>; }>

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