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
RPCEvents Evt extends
optionalRPCCommands.Subscribe | RPCCommands.Unsubscribe = RPCCommands.Subscribe | RPCCommands.Unsubscribe Cmd? extends
Cmd cmd :
Inherited from: rpc/v10/BaseRPCMessage
Evt evt :
string nonce :
Inherited from: rpc/v10/RPCCommandMessage