interface RPCErrorDispatch
extends
RPCCommandMessage<Cmd>export interface RPCErrorDispatch<Cmd extends Exclude<RPCCommands, RPCCommands.Dispatch> = Exclude<RPCCommands, RPCCommands.Dispatch>> extends RPCCommandMessage<Cmd>
Type Parameters
optionalExclude<RPCCommands, RPCCommands.Dispatch> = Exclude<RPCCommands, RPCCommands.Dispatch> Cmd? extends
Cmd cmd :
Inherited from: BaseRPCMessage
RPCErrorDispatchData data :
RPCEvents.Error evt :
string nonce :
Inherited from: RPCCommandMessage