Variable: RequestCreateSpaceEvent
const
RequestCreateSpaceEvent:Struct
<{event
:Struct
<{author
:Struct
<{accountAddress
: typeofString$
;signature
:Struct
<{hex
: typeofString$
;recovery
: typeofNumber$
; }>; }>;transaction
:Struct
<{creatorAccountAddress
: typeofString$
;id
: typeofString$
;type
:Literal
<["create-space"
]>; }>; }>;keyBox
:Struct
<{accountAddress
: typeofString$
;authorPublicKey
: typeofString$
;ciphertext
: typeofString$
;id
: typeofString$
;nonce
: typeofString$
; }>;name
: typeofString$
;spaceId
: typeofString$
;type
:Literal
<["create-space-event"
]>; }>
Defined in: packages/hypergraph/src/messages/types.ts:52