Variable: CreateSpaceEvent
const
CreateSpaceEvent:Struct
<{author
:Struct
<{accountAddress
: typeofString$
;signature
:Struct
<{hex
: typeofString$
;recovery
: typeofNumber$
; }>; }>;transaction
:Struct
<{creatorAccountAddress
: typeofString$
;id
: typeofString$
;type
:Literal
<["create-space"
]>; }>; }>
Defined in: packages/hypergraph/src/space-events/types.ts:49