Variable: SpaceEvent
const
SpaceEvent: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
<["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:111