RPCSubscribeMessage

export interface RPCSubscribeMessage<Evt extends RPCEvents, Cmd extends RPCCommands.Subscribe | RPCCommands.Unsubscribe = RPCCommands.Subscribe | RPCCommands.Unsubscribe> extends RPCCommandMessage<Cmd>
export interface RPCSubscribeMessage<Evt extends RPCEvents, Cmd extends RPCCommands.Subscribe | RPCCommands.Unsubscribe = RPCCommands.Subscribe | RPCCommands.Unsubscribe> extends RPCCommandMessage<Cmd>

No summary provided.

Extends

RPCCommandMessage<Cmd>
NameConstraintsOptionalDefaultDescription
EvtRPCEventsNoNone
CmdRPCCommands.Subscribe | RPCCommands.UnsubscribeYesRPCCommands.Subscribe | RPCCommands.UnsubscribeNone
cmd:Cmd
Inherited from BaseRPCMessage
evt:Evt
nonce:string
Inherited from RPCCommandMessage