Variable: RequestMessage
const
RequestMessage:Union
<[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"
]>; }>,Struct
<{event
:Struct
<{author
:Struct
<{accountAddress
: typeofString$
;signature
:Struct
<{hex
: typeofString$
;recovery
: typeofNumber$
; }>; }>;transaction
:Struct
<{id
: typeofString$
;inviteeAccountAddress
: typeofString$
;previousEventHash
: typeofString$
;type
:Literal
<["create-invitation"
]>; }>; }>;keyBoxes
:Array$
<Struct
<{accountAddress
: typeofString$
;authorPublicKey
: typeofString$
;ciphertext
: typeofString$
;id
: typeofString$
;nonce
: typeofString$
; }>>;spaceId
: typeofString$
;type
:Literal
<["create-invitation-event"
]>; }>,Struct
<{event
:Struct
<{author
:Struct
<{accountAddress
: typeofString$
;signature
:Struct
<{hex
: typeofString$
;recovery
: typeofNumber$
; }>; }>;transaction
:Struct
<{id
: typeofString$
;previousEventHash
: typeofString$
;type
:Literal
<["accept-invitation"
]>; }>; }>;spaceId
: typeofString$
;type
:Literal
<["accept-invitation-event"
]>; }>]>
Defined in: packages/hypergraph/src/messages/types.ts:179