Variable: RequestCreateSpaceInboxEvent
const
RequestCreateSpaceInboxEvent:Struct
<{event
: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"
]>; }>; }>;spaceId
: typeofString$
;type
:Literal
<["create-space-inbox-event"
]>; }>
Defined in: packages/hypergraph/src/messages/types.ts:147