Preview environment

interface RPCErrorDispatch

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

cmd : Cmd

Inherited from: BaseRPCMessage

nonce : string

Inherited from: RPCCommandMessage