RPCCommandMessage

export interface RPCCommandMessage<Cmd extends RPCCommands> extends BaseRPCMessage<Cmd>
export interface RPCCommandMessage<Cmd extends RPCCommands> extends BaseRPCMessage<Cmd>

No summary provided.

Extends

BaseRPCMessage<Cmd>
NameConstraintsOptionalDefaultDescription
CmdRPCCommandsNoNone
cmd:Cmd
Inherited from BaseRPCMessage
nonce:string