interface JsonRpcResponseError<D> {
    error?: JsonRpcErrorObject<D>;
}

Type Parameters

  • D = any

Properties

Properties