Variable: CreateSpaceInboxEvent
constCreateSpaceInboxEvent:Struct<{author:Struct<{accountAddress: typeofString$;signature:Struct<{hex: typeofString$;recovery: typeofNumber$; }>; }>;transaction:Struct<{authPolicy:Union<[Literal<["anonymous"]>,Literal<["optional_auth"]>,Literal<["requires_auth"]>]>;encryptionPublicKey: typeofString$;id: typeofString$;inboxId: typeofString$;isPublic: typeofBoolean$;previousEventHash: typeofString$;secretKey: typeofString$;spaceId: typeofString$;type:Literal<["create-space-inbox"]>; }>; }>
Defined in: packages/hypergraph/src/space-events/types.ts:83