interface RPCSubscribeMessage
extends
RPCCommandMessage<Cmd>export interface RPCSubscribeMessage<Evt extends RPCEvents, Cmd extends RPCCommands.Subscribe | RPCCommands.Unsubscribe = RPCCommands.Subscribe | RPCCommands.Unsubscribe> extends RPCCommandMessage<Cmd>Type Parameters
Evt extends RPCEvents
optionalCmd? extends RPCCommands.Subscribe | RPCCommands.Unsubscribe = RPCCommands.Subscribe | RPCCommands.Unsubscribe
cmd : Cmd
Inherited from: v10/BaseRPCMessage
evt : Evt
nonce : string
Inherited from: v10/RPCCommandMessage