Function: createSpace()
createSpace(
__namedParameters
):Effect
<{author
: {accountAddress
:string
;signature
: {hex
:string
;recovery
:number
; }; };transaction
: {creatorAccountAddress
:string
;id
:string
;type
:"create-space"
; }; },undefined
>
Defined in: packages/hypergraph/src/space-events/create-space.ts:12
Parameters
__namedParameters
Params
Returns
Effect
<{ author
: { accountAddress
: string
; signature
: { hex
: string
; recovery
: number
; }; }; transaction
: { creatorAccountAddress
: string
; id
: string
; type
: "create-space"
; }; }, undefined
>