RPCErrorDispatch

export interface RPCErrorDispatch<Cmd extends Exclude<RPCCommands, RPCCommands.Dispatch> = Exclude<RPCCommands, RPCCommands.Dispatch>> extends RPCCommandMessage<Cmd>
export interface RPCErrorDispatch<Cmd extends Exclude<RPCCommands, RPCCommands.Dispatch> = Exclude<RPCCommands, RPCCommands.Dispatch>> extends RPCCommandMessage<Cmd>

No summary provided.

Extends

RPCCommandMessage<Cmd>
NameConstraintsOptionalDefaultDescription
CmdExclude<RPCCommands, RPCCommands.Dispatch>YesExclude<RPCCommands, RPCCommands.Dispatch>None
cmd:Cmd
Inherited from BaseRPCMessage
nonce:string
Inherited from RPCCommandMessage