Variable: ResponseSpaceEvent
const
ResponseSpaceEvent:Struct
<{event
:Union
<[Struct
<{author
:Struct
<{accountAddress
: typeofString$
;signature
:Struct
<{hex
: typeofString$
;recovery
: typeofNumber$
; }>; }>;transaction
:Struct
<{creatorAccountAddress
: typeofString$
;id
: typeofString$
;type
:Literal
<["create-space"
]>; }>; }>,Struct
<{author
:Struct
<{accountAddress
: typeofString$
;signature
:Struct
<{hex
: typeofString$
;recovery
: typeofNumber$
; }>; }>;transaction
:Struct
<{id
: typeofString$
;previousEventHash
: typeofString$
;type
:Literal
<["delete-space"
]>; }>; }>,Struct
<{author
:Struct
<{accountAddress
: typeofString$
;signature
:Struct
<{hex
: typeofString$
;recovery
: typeofNumber$
; }>; }>;transaction
:Struct
<{id
: typeofString$
;inviteeAccountAddress
: typeofString$
;previousEventHash
: typeofString$
;type
:Literal
<["create-invitation"
]>; }>; }>,Struct
<{author
:Struct
<{accountAddress
: typeofString$
;signature
:Struct
<{hex
: typeofString$
;recovery
: typeofNumber$
; }>; }>;transaction
:Struct
<{id
: typeofString$
;previousEventHash
: typeofString$
;type
:Literal
<["accept-invitation"
]>; }>; }>,Struct
<{author
:Struct
<{accountAddress
: typeofString$
;signature
:Struct
<{hex
: typeofString$
;recovery
: typeofNumber$
; }>; }>;transaction
:Struct
<{authPolicy
:Union
<[Literal
<...>,Literal
<...>,Literal
<...>]>;encryptionPublicKey
: typeofString$
;id
: typeofString$
;inboxId
: typeofString$
;isPublic
: typeofBoolean$
;previousEventHash
: typeofString$
;secretKey
: typeofString$
;spaceId
: typeofString$
;type
:Literal
<["create-space-inbox"
]>; }>; }>]>;spaceId
: typeofString$
;type
:Literal
<["space-event"
]>; }>
Defined in: packages/hypergraph/src/messages/types.ts:305