Skip to main content

Variable: ResponseSpace

const ResponseSpace: Struct<{ events: Array$<Union<[Struct<{ author: Struct<{ accountAddress: typeof String$; signature: Struct<{ hex: ...; recovery: ...; }>; }>; transaction: Struct<{ creatorAccountAddress: typeof String$; id: typeof String$; type: Literal<[...]>; }>; }>, Struct<{ author: Struct<{ accountAddress: typeof String$; signature: Struct<{ hex: ...; recovery: ...; }>; }>; transaction: Struct<{ id: typeof String$; previousEventHash: typeof String$; type: Literal<[...]>; }>; }>, Struct<{ author: Struct<{ accountAddress: typeof String$; signature: Struct<{ hex: ...; recovery: ...; }>; }>; transaction: Struct<{ id: typeof String$; inviteeAccountAddress: typeof String$; previousEventHash: typeof String$; type: Literal<[...]>; }>; }>, Struct<{ author: Struct<{ accountAddress: typeof String$; signature: Struct<{ hex: ...; recovery: ...; }>; }>; transaction: Struct<{ id: typeof String$; previousEventHash: typeof String$; type: Literal<[...]>; }>; }>, Struct<{ author: Struct<{ accountAddress: typeof String$; signature: Struct<{ hex: ...; recovery: ...; }>; }>; transaction: Struct<{ authPolicy: Union<[..., ..., ...]>; encryptionPublicKey: typeof String$; id: typeof String$; inboxId: typeof String$; isPublic: typeof Boolean$; previousEventHash: typeof String$; secretKey: typeof String$; spaceId: typeof String$; type: Literal<[...]>; }>; }>]>>; id: typeof String$; inboxes: Array$<Struct<{ authPolicy: Union<[Literal<["anonymous"]>, Literal<["optional_auth"]>, Literal<["requires_auth"]>]>; encryptionPublicKey: typeof String$; inboxId: typeof String$; isPublic: typeof Boolean$; secretKey: typeof String$; }>>; keyBoxes: Array$<Struct<{ accountAddress: typeof String$; authorPublicKey: typeof String$; ciphertext: typeof String$; id: typeof String$; nonce: typeof String$; }>>; name: typeof String$; type: Literal<["space"]>; updates: optional<Struct<{ firstUpdateClock: typeof Number$; lastUpdateClock: typeof Number$; updates: Array$<Struct<{ accountAddress: typeof String$; signature: Struct<{ hex: typeof String$; recovery: typeof Number$; }>; update: typeof Uint8Array$; updateId: typeof String$; }>>; }>>; }>

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