Skip to main content

Variable: RequestConnectCreateSpaceEvent

const RequestConnectCreateSpaceEvent: Struct<{ accountAddress: typeof String$; event: Struct<{ author: Struct<{ accountAddress: typeof String$; signature: Struct<{ hex: typeof String$; recovery: typeof Number$; }>; }>; transaction: Struct<{ creatorAccountAddress: typeof String$; id: typeof String$; type: Literal<["create-space"]>; }>; }>; infoContent: typeof String$; infoSignature: Struct<{ hex: typeof String$; recovery: typeof Number$; }>; keyBox: Struct<{ accountAddress: typeof String$; authorPublicKey: typeof String$; ciphertext: typeof String$; id: typeof String$; nonce: typeof String$; }>; name: typeof String$; spaceId: typeof String$; type: Literal<["connect-create-space-event"]>; }>

Defined in: packages/hypergraph/src/messages/types.ts:62