export interface RPCSubscribeMessage<Evt extends RPCEvents, Cmd extends RPCCommands.Subscribe | RPCCommands.Unsubscribe = RPCCommands.Subscribe | RPCCommands.Unsubscribe> extends RPCCommandMessage<Cmd>
Type Parameters
RPCEvents Evt extends
optionalRPCCommands.Subscribe | RPCCommands.Unsubscribe = RPCCommands.Subscribe | RPCCommands.Unsubscribe Cmd? extends
externalCmd cmd :
Inherited from: BaseRPCMessage
externalEvt evt :
externalstring nonce :
Inherited from: RPCCommandMessage