RequestMessage
Defined in: astrobase/src/rpc/shared/messages.ts:14
Type for an RPC request message.
Extends
Section titled “Extends”MessageBase
<P
>
Type Parameters
Section titled “Type Parameters”P
extends string
T
Properties
Section titled “Properties”jobID:
number
Defined in: astrobase/src/rpc/shared/messages.ts:7
The job ID. This is included in the response message to help track requests.
Inherited from
Section titled “Inherited from”payload
Section titled “payload”payload:
T
Defined in: astrobase/src/rpc/shared/messages.ts:16
The request data.
procedure
Section titled “procedure”procedure:
P
Defined in: astrobase/src/rpc/shared/messages.ts:10
The procedure name.